diff options
| author | Máté Bartus <mate.bartus@gmail.com> | 2015-12-09 19:14:48 +0100 |
|---|---|---|
| committer | Máté Bartus <mate.bartus@gmail.com> | 2015-12-09 19:14:48 +0100 |
| commit | 18377d63ee2f788ea9ea1ebe9274f93ac03306f9 (patch) | |
| tree | faaab9f3ee52f02faee9bc481236214b2329ad40 /phpBB/install/phpbbcli.php | |
| parent | 7c05b881c5534520e978785ca6d27cad826fbc67 (diff) | |
| parent | 2d3e340f1910d93a6d7aa672f26f8dbeb4f74a6d (diff) | |
| download | forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar.gz forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar.bz2 forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.tar.xz forums-18377d63ee2f788ea9ea1ebe9274f93ac03306f9.zip | |
Merge pull request #4074 from marc1706/ticket/14349
[ticket/14349] Improve error messages and remove output of suppressed messages
Diffstat (limited to 'phpBB/install/phpbbcli.php')
| -rwxr-xr-x | phpBB/install/phpbbcli.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/phpbbcli.php b/phpBB/install/phpbbcli.php index e36922f1a5..649d0c4283 100755 --- a/phpBB/install/phpbbcli.php +++ b/phpBB/install/phpbbcli.php @@ -23,6 +23,7 @@ if (php_sapi_name() !== 'cli') define('IN_PHPBB', true); define('IN_INSTALL', true); define('PHPBB_ENVIRONMENT', 'production'); +define('PHPBB_VERSION', '3.2.0-a2-dev'); $phpbb_root_path = __DIR__ . '/../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |
