]> git.wh0rd.org - tt-rss.git/commitdiff
register: drop unneeded MAX_USERS
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 05:58:06 +0000 (06:58 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 05:58:06 +0000 (06:58 +0100)
register.php

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