diff --git a/include/user.php b/include/user.php index 1a0885c..08e6fe3 100644 --- a/include/user.php +++ b/include/user.php @@ -325,6 +325,7 @@ function isSuperMaintainer($appId) function debugging() { +return true; if(!loggedin()) return false; return $_SESSION['current']->getpref("debug") == "yes";