Enable debugging temporarily
This commit is contained in:
@@ -325,6 +325,7 @@ function isSuperMaintainer($appId)
|
|||||||
|
|
||||||
function debugging()
|
function debugging()
|
||||||
{
|
{
|
||||||
|
return true;
|
||||||
if(!loggedin())
|
if(!loggedin())
|
||||||
return false;
|
return false;
|
||||||
return $_SESSION['current']->getpref("debug") == "yes";
|
return $_SESSION['current']->getpref("debug") == "yes";
|
||||||
|
|||||||
Reference in New Issue
Block a user