4
0
causefx 8 жил өмнө
parent
commit
7369873fc7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      chat.php

+ 1 - 1
chat.php

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