diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-17 20:28:39 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-17 20:28:39 +0000 |
commit | 2043827f528c7383f2f7ef649d2937c11922b468 (patch) | |
tree | 7134ceb1ca10ad53be90075da15292830b2501e4 /phpBB/common.php | |
parent | 20a27095bd93937384b2c4fcbadb7a77936a1143 (diff) | |
download | forums-2043827f528c7383f2f7ef649d2937c11922b468.tar forums-2043827f528c7383f2f7ef649d2937c11922b468.tar.gz forums-2043827f528c7383f2f7ef649d2937c11922b468.tar.bz2 forums-2043827f528c7383f2f7ef649d2937c11922b468.tar.xz forums-2043827f528c7383f2f7ef649d2937c11922b468.zip |
hey dev team mates, here are the brand new beta checkins (as promised). Please ensure this stays in our private cvs until the 23rd June, except the bug fixes.
git-svn-id: file:///svn/phpbb/trunk@6092 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 725bc05adf..ea05515075 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -9,10 +9,6 @@ * Minimum Requirement: PHP 4.3.3 */ -// Remove the following line to enable this software, be sure you note what it -// says before continuing -die('This software is unsupported in any and all respects. By removing this notice (found in common.php) you are noting your acceptance of this. Do not ask support questions of any kind for this release at either area51.phpbb.com or www.phpbb.com. Support for this version will appear when the beta cycle begins'); - /** */ if (!defined('IN_PHPBB')) @@ -170,9 +166,9 @@ $config = $cache->obtain_config(); $dss_seeded = false; // Warn about install/ directory -if (file_exists('install')) +if (file_exists($phpbb_root_path . 'install')) { -// trigger_error('REMOVE_INSTALL'); + trigger_error('REMOVE_INSTALL'); } ?>
\ No newline at end of file |