Browse Source

CHAT Fixes 2

causefx 8 years ago
parent
commit
7369873fc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chat.php

+ 1 - 1
chat.php

@@ -9,7 +9,7 @@ require_once("user.php");
 require_once("functions.php");
 
 $USER = new User("registration_callback");
-qualifyUser(HOMEPAGEAUTHNEEDED, true);
+qualifyUser(CHATAUTH, true);
 if(CHAT !== "true"){ die("chat not enabled");}
 $dbfile = DATABASE_LOCATION.'users.db';