Browse Source

Fix Chat errors

causefx 8 years ago
parent
commit
65bb92be56
2 changed files with 4 additions and 4 deletions
  1. 2 2
      chat/logmessage.php
  2. 2 2
      chat/refreshmessages.php

+ 2 - 2
chat/logmessage.php

@@ -1,7 +1,7 @@
 <?php
 // Load USER
-require_once("../user.php");
-$USER = new User("registration_callback");
+//require_once("../user.php");
+//$USER = new User("registration_callback");
 
 // Some PHP config stuff
 ini_set("display_errors", 1);

+ 2 - 2
chat/refreshmessages.php

@@ -1,7 +1,7 @@
 <?php
 // Load USER
-require_once("../user.php");
-$USER = new User("registration_callback");
+//require_once("../user.php");
+//$USER = new User("registration_callback");
 
 // Some PHP config stuff
 ini_set("display_errors", 1);