aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php8
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