]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-log.php
Turn "no account" labels blue
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-log.php
index f50573d60bc0c51e121e1b1b2489b097db0e8458..081caa53c92a6b0c29bfd71b9c340e8d7e9fed8c 100644 (file)
@@ -9,6 +9,7 @@ class Log
     function __construct()
     {
 
+        /*
         if (!is_dir("log/"))
             mkdir("log/");
         $filename = "log/".date("Y-m-d")."log";
@@ -16,7 +17,7 @@ class Log
         {
             $open = fopen($filename, 'w');
             $close = fclose($open);
-        }
+        } */
     }
     function it(...$string)
     {