register: drop unneeded MAX_USERS

This commit is contained in:
Andrew Dolgov 2009-01-20 06:58:06 +01:00
parent a53f3dc422
commit d785b410fb
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
$action = $_REQUEST["action"];
define('MAX_USERS', 55);
require_once "sessions.php";
require_once "sanity_check.php";