asdasd
This commit is contained in:
@@ -29,8 +29,8 @@ $headerActions = isset($GLOBALS['layout_header_actions']) && is_array($GLOBALS['
|
||||
$auth = app()->auth();
|
||||
$authUser = $auth->user();
|
||||
$isDebugAdmin = auth_is_admin();
|
||||
$isNexusDebugEnabled = $isDebugAdmin && nexus_debug_enabled();
|
||||
$isCurrentModuleDebugEnabled = $isDebugAdmin && $currentModuleName !== null && module_debug_enabled($currentModuleName);
|
||||
$isNexusDebugEnabled = $isCurrentModuleDebugEnabled;
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
|
||||
Reference in New Issue
Block a user