1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 05:01:29 +00:00

register: drop unneeded MAX_USERS

This commit is contained in:
Andrew Dolgov
2009-01-20 06:58:06 +01:00
parent a53f3dc422
commit d785b410fb

View File

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