aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-11-05 19:10:33 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-11-05 19:10:33 +0100
commit6bd2a89efc56993331c1e6da705f3065f3867094 (patch)
treec33efe4b3594ed711656d8a24066dd43266f1a88
parent743a0560c3cced8c37b5ae840e449a60a0b51a33 (diff)
downloadforums-6bd2a89efc56993331c1e6da705f3065f3867094.tar
forums-6bd2a89efc56993331c1e6da705f3065f3867094.tar.gz
forums-6bd2a89efc56993331c1e6da705f3065f3867094.tar.bz2
forums-6bd2a89efc56993331c1e6da705f3065f3867094.tar.xz
forums-6bd2a89efc56993331c1e6da705f3065f3867094.zip
[ticket/11998] Move application file to bin/phpbbcli.php
PHPBB3-11998
-rw-r--r--phpBB/bin/phpbbcli.php (renamed from phpBB/console.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/console.php b/phpBB/bin/phpbbcli.php
index 50706d0b43..e367748fd9 100644
--- a/phpBB/console.php
+++ b/phpBB/bin/phpbbcli.php
@@ -16,7 +16,7 @@ if (php_sapi_name() != 'cli')
}
define('IN_PHPBB', true);
-$phpbb_root_path = __DIR__ . '/';
+$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
require($phpbb_root_path . 'includes/startup.' . $phpEx);
require($phpbb_root_path . 'config.' . $phpEx);