Charlie 8 년 전
부모
커밋
06555669d2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      www/index.php

+ 0 - 1
www/index.php

@@ -15,7 +15,6 @@
     }
 	
     if (trim($env) == 'develop'){
-        ini_set('mongo.long_as_object', 1);
         define('DB_CONNETC', 'mongodb://127.0.0.1:27017');
         $config=dirname(__FILE__).'/protected/config/develop.php';
         $environment = 'develop';