瀏覽代碼

CHAT Fixes 2

causefx 9 年之前
父節點
當前提交
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");
 
 $USER = new User("registration_callback");
-qualifyUser(HOMEPAGEAUTHNEEDED, true);
+qualifyUser(CHATAUTH, true);
 if(CHAT !== "true"){ die("chat not enabled");}
 $dbfile = DATABASE_LOCATION.'users.db';