Browse Source

Merge pull request #415 from causefx/develop

Develop
causefx 8 years ago
parent
commit
a862b027d4
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);