aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2018-07-30 13:58:52 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 18:47:50 +0200
commit688d022f421c584ea02fd554a3710b20cfd56de5 (patch)
treeb216c8673e08f41f4c8db804302997d11ce57fe0 /phpBB/adm/index.php
parentab0dae600335eb66a31c951e27954accac208296 (diff)
downloadforums-688d022f421c584ea02fd554a3710b20cfd56de5.tar
forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar.gz
forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar.bz2
forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar.xz
forums-688d022f421c584ea02fd554a3710b20cfd56de5.zip
[ticket/15738] Remove code related with safe_mode
PHPBB3-15738
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index d27f56f28b..c648fdf100 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -49,7 +49,6 @@ if (!$auth->acl_get('a_'))
define('IN_ADMIN', true);
// Some oft used variables
-$safe_mode = (@ini_get('safe_mode') == '1' || strtolower(@ini_get('safe_mode')) === 'on') ? true : false;
$file_uploads = (@ini_get('file_uploads') == '1' || strtolower(@ini_get('file_uploads')) === 'on') ? true : false;
$module_id = $request->variable('i', '');
$mode = $request->variable('mode', '');