mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Mute setting of PHP init parameters
This commit is contained in:
parent
7e4a380320
commit
a6d1008242
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Prevent Mibew from access to files outside the installation
|
// Prevent Mibew from access to files outside the installation
|
||||||
ini_set('open_basedir', dirname(dirname(__FILE__)));
|
@ini_set('open_basedir', dirname(dirname(__FILE__)));
|
||||||
|
|
||||||
// Include configuration file
|
// Include configuration file
|
||||||
require_once(dirname(__FILE__).'/config.php');
|
require_once(dirname(__FILE__).'/config.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user