aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/adjust_uids.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/adjust_uids.php')
-rwxr-xr-xphpBB/develop/adjust_uids.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/develop/adjust_uids.php b/phpBB/develop/adjust_uids.php
index d301f3cadb..999d9a076a 100755
--- a/phpBB/develop/adjust_uids.php
+++ b/phpBB/develop/adjust_uids.php
@@ -12,9 +12,9 @@ set_time_limit(0);
@ini_set('memory_limit', '512M');
define('IN_PHPBB', true);
-$phpbb_root_path = './../';
-$phpEx = substr(strrchr(__FILE__, '.'), 1);
-include($phpbb_root_path . 'common.'.$phpEx);
+define('PHPBB_ROOT_PATH', './../');
+define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
+include(PHPBB_ROOT_PATH . 'common.' . PHP_EXT);
// Start session management
$user->session_begin();