From 447e0cc3269d56a821f366eff1ddc1475372dc24 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 14 Apr 2017 19:13:23 +0200 Subject: [PATCH] removed MANIACONTROL_DIR deprecated define --- ManiaControl.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ManiaControl.php b/ManiaControl.php index dabcc2c8..4b1c22b9 100644 --- a/ManiaControl.php +++ b/ManiaControl.php @@ -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');