diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index aa2a573..950895f 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -1,4 +1,4 @@ -getData('nav')->render(); ?> @@ -81,7 +81,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Backtrace') ?> -
printHtml(\json_encode($log['backtrace'], JSON_PRETTY_PRINT)); ?>
+
printHtml(\json_encode($log['backtrace'], \JSON_PRETTY_PRINT)); ?>
getHtml('Report') ?> diff --git a/Theme/Backend/monitoring-logs.tpl.php b/Theme/Backend/monitoring-logs.tpl.php index d091113..033d502 100644 --- a/Theme/Backend/monitoring-logs.tpl.php +++ b/Theme/Backend/monitoring-logs.tpl.php @@ -1,4 +1,4 @@ -getData('nav')->render(); ?>
diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php index 701ad54..4e4f8ed 100644 --- a/Theme/Backend/monitoring-security.tpl.php +++ b/Theme/Backend/monitoring-security.tpl.php @@ -1,23 +1,23 @@ -getData('nav')->render(); ?>
@@ -49,8 +49,8 @@ echo $this->getData('nav')->render(); ?> getHtml('Modified') ?> getHtml('Integrity') ?> - @@ -59,17 +59,17 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> - getHtml('OK') : $this->getHtml('NG'); ?> - @@ -78,17 +78,17 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> - getHtml('OK') : $this->getHtml('NG'); ?> - @@ -97,13 +97,13 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> - getHtml('OK') : $this->getHtml('NG'); ?>