From 85d681067dd9285b30aae6afbcb214a37e277d8f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 31 Jul 2018 20:11:35 +0200 Subject: [PATCH] Implement account/group relation and depth handling --- .../monitoring-security-file-list.tpl.php | 7 ++- Theme/Backend/monitoring-security.tpl.php | 55 ++++++++++++++++++- 2 files changed, 58 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/monitoring-security-file-list.tpl.php b/Theme/Backend/monitoring-security-file-list.tpl.php index 41cedec..008d285 100644 --- a/Theme/Backend/monitoring-security-file-list.tpl.php +++ b/Theme/Backend/monitoring-security-file-list.tpl.php @@ -10,6 +10,11 @@ * @version 1.0.0 * @link http://website.orange-management.de */ + +use phpOMS\Message\Http\Rest; +use phpOMS\Message\Http\Request; +use phpOMS\Uri\Http; + /** * @var \phpOMS\Views\View $this */ @@ -34,7 +39,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php index 6ab1352..90a098a 100644 --- a/Theme/Backend/monitoring-security.tpl.php +++ b/Theme/Backend/monitoring-security.tpl.php @@ -14,8 +14,9 @@ use phpOMS\Security\PhpCode; use phpOMS\System\File\Local\Directory; use phpOMS\System\File\Local\File; - -$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php', 'tests(\/|\\\)'); +use phpOMS\Message\Http\Rest; +use phpOMS\Message\Http\Request; +use phpOMS\Uri\Http; echo $this->getData('nav')->render(); ?> @@ -48,7 +49,9 @@ echo $this->getData('nav')->render(); ?> getHtml('Modified') ?> getHtml('Integrity') ?> - + @@ -56,6 +59,52 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> + getHtml('OK') : $this->getHtml('NG'); ?> + + + + + + getHtml('NG') : $this->getHtml('OK'); ?> + getHtml('NG') : $this->getHtml('OK'); ?> + format('Y-m-d'); ?> + + getHtml('OK') : $this->getHtml('NG'); ?> + + + + + + getHtml('NG') : $this->getHtml('OK'); ?> + getHtml('NG') : $this->getHtml('OK'); ?> + format('Y-m-d'); ?> + + getHtml('OK') : $this->getHtml('NG'); ?>