]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-log.php
Logs: show search pane (on desktop)
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-log.php
index 01d7646e2389e69d67595851a2a5dc7afb8a6038..7c64949cad2c75207a79b43138f9cd89ca540d50 100644 (file)
@@ -23,7 +23,7 @@ class Log
        {
                foreach($string as $str)
                {
-                       if (UNREALIRCD_DEBUG) {
+                       if (get_config("debug")) {
                                highlight_string(var_export($str, true));
                        }
                }