diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-11-30 11:05:23 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-11-30 11:05:23 +0000 |
commit | af82f666589ab73e2e2727015d82c611c93a9c6a (patch) | |
tree | e7b4f3d48c44d4618db4a9695499f2bf2997c673 /phpBB | |
parent | b66e8ee627d033e0a5242a5aac8dcb4a7342a975 (diff) | |
download | forums-af82f666589ab73e2e2727015d82c611c93a9c6a.tar forums-af82f666589ab73e2e2727015d82c611c93a9c6a.tar.gz forums-af82f666589ab73e2e2727015d82c611c93a9c6a.tar.bz2 forums-af82f666589ab73e2e2727015d82c611c93a9c6a.tar.xz forums-af82f666589ab73e2e2727015d82c611c93a9c6a.zip |
Add warning notice
git-svn-id: file:///svn/phpbb/trunk@5031 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 09da9b7753..40a796b40c 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -11,6 +11,10 @@ // // ------------------------------------------------------------- +// 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')) { exit; |