diff options
author | Nils Adermann <naderman@naderman.de> | 2006-04-26 21:29:54 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-04-26 21:29:54 +0000 |
commit | 5f503ddabf90693d0293d2c4fe91c9d965aa86de (patch) | |
tree | 76146ba20600579204f256ce2e99031f5198e767 /phpBB/common.php | |
parent | fcb8d86cb202374fd49721fb9b18487c3b8bf68f (diff) | |
download | forums-5f503ddabf90693d0293d2c4fe91c9d965aa86de.tar forums-5f503ddabf90693d0293d2c4fe91c9d965aa86de.tar.gz forums-5f503ddabf90693d0293d2c4fe91c9d965aa86de.tar.bz2 forums-5f503ddabf90693d0293d2c4fe91c9d965aa86de.tar.xz forums-5f503ddabf90693d0293d2c4fe91c9d965aa86de.zip |
oops
git-svn-id: file:///svn/phpbb/trunk@5852 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 7ad8fa5ad5..6d3efc681c 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -11,7 +11,7 @@ // 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'); +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'); /** */ |