diff options
-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 c1f019c34d..6988232262 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -38,7 +38,7 @@ if ( !defined('PHPBB_INSTALLED') ) // // Define some constants/variables // -define('ANONYMOUS', -1); +define('ANONYMOUS', 0); // User related define('USER_ACTIVATION_NONE', 0); |