Remove "open_basedir" option.

It brings more problems than profit
This commit is contained in:
Dmitriy Simushev 2014-03-11 13:13:57 +00:00
parent 0299f597ff
commit 1a8035af4f

View File

@ -20,9 +20,6 @@
*/
define('MIBEW_FS_ROOT', dirname(dirname(__FILE__)));
// Prevent Mibew from access to files outside the installation
@ini_set('open_basedir', MIBEW_FS_ROOT);
// Include configuration file
require_once(MIBEW_FS_ROOT . '/libs/config.php');