diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php
index 85612ca..5c3c943 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(); ?>
= $this->getHtml('Modified') ?>
| = $this->getHtml('Integrity') ?>
|
-
|
@@ -59,17 +59,17 @@ echo $this->getData('nav')->render(); ?>
| = PhpCode::hasDeprecatedFunction($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = File::changed(__DIR__ . '/../../../../phpOMS/' . $file)->format('Y-m-d'); ?>
|
- = \phpOMS\Security\PhpCode::validateStringIntegrity(
- $content,
- Rest::request(
- new Request(
- new Http('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/' . $file)
- )
- )->getBody()
+ = \phpOMS\Security\PhpCode::validateStringIntegrity(
+ $content,
+ Rest::request(
+ new Request(
+ new Http('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/' . $file)
+ )
+ )->getBody()
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
-
|
|
@@ -78,17 +78,17 @@ echo $this->getData('nav')->render(); ?>
| = PhpCode::hasDeprecatedFunction($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = File::changed(__DIR__ . '/../../../../Model/' . $file)->format('Y-m-d'); ?>
|
- = \phpOMS\Security\PhpCode::validateStringIntegrity(
- $content,
- Rest::request(
- new Request(
- new Http('https://raw.githubusercontent.com/Orange-Management/Model/develop/' . $file)
- )
- )->getBody()
+ = \phpOMS\Security\PhpCode::validateStringIntegrity(
+ $content,
+ Rest::request(
+ new Request(
+ new Http('https://raw.githubusercontent.com/Orange-Management/Model/develop/' . $file)
+ )
+ )->getBody()
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
-
|
|
@@ -97,13 +97,13 @@ echo $this->getData('nav')->render(); ?>
| = PhpCode::hasDeprecatedFunction($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = File::changed(__DIR__ . '/../../../../Modules/' . $file)->format('Y-m-d'); ?>
|
- = \phpOMS\Security\PhpCode::validateStringIntegrity(
- $content,
- Rest::request(
- new Request(
- new Http('https://raw.githubusercontent.com/Orange-Management/Modules/develop/' . $file)
- )
- )->getBody()
+ = \phpOMS\Security\PhpCode::validateStringIntegrity(
+ $content,
+ Rest::request(
+ new Request(
+ new Http('https://raw.githubusercontent.com/Orange-Management/Modules/develop/' . $file)
+ )
+ )->getBody()
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|