removed MANIACONTROL_DIR deprecated define

This commit is contained in:
kremsy 2017-04-14 19:13:23 +02:00
parent 52236787a3
commit 447e0cc326
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ define('LOG_NAME_USE_PID', true); // Use current process id as suffix for log fi
// Define base dir
define('MANIACONTROL_PATH', __DIR__ . DIRECTORY_SEPARATOR);
/** @deprecated Use MANIACONTROL_PATH */
define('ManiaControlDir', MANIACONTROL_PATH);
// Set process settings
ini_set('memory_limit', '64M');