From 2043827f528c7383f2f7ef649d2937c11922b468 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 17 Jun 2006 20:28:39 +0000 Subject: 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 --- phpBB/common.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'phpBB/common.php') 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 -- cgit v1.2.1