Charlie hace 8 años
padre
commit
4751807016
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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';