mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Add warning notice
git-svn-id: file:///svn/phpbb/trunk@5031 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b66e8ee627
commit
af82f66658
1 changed files with 4 additions and 0 deletions
|
@ -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'))
|
if (!defined('IN_PHPBB'))
|
||||||
{
|
{
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue