Ver Fonte

Fix Chat errors

causefx há 9 anos atrás
pai
commit
65bb92be56
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 2 2
      chat/logmessage.php
  2. 2 2
      chat/refreshmessages.php

+ 2 - 2
chat/logmessage.php

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

+ 2 - 2
chat/refreshmessages.php

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