removed MANIACONTROL_DIR deprecated define
This commit is contained in:
parent
52236787a3
commit
447e0cc326
@ -17,8 +17,6 @@ define('LOG_NAME_USE_PID', true); // Use current process id as suffix for log fi
|
|||||||
|
|
||||||
// Define base dir
|
// Define base dir
|
||||||
define('MANIACONTROL_PATH', __DIR__ . DIRECTORY_SEPARATOR);
|
define('MANIACONTROL_PATH', __DIR__ . DIRECTORY_SEPARATOR);
|
||||||
/** @deprecated Use MANIACONTROL_PATH */
|
|
||||||
define('ManiaControlDir', MANIACONTROL_PATH);
|
|
||||||
|
|
||||||
// Set process settings
|
// Set process settings
|
||||||
ini_set('memory_limit', '64M');
|
ini_set('memory_limit', '64M');
|
||||||
|
Loading…
Reference in New Issue
Block a user