diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php
index 90a098a..020acc5 100644
--- a/Theme/Backend/monitoring-security.tpl.php
+++ b/Theme/Backend/monitoring-security.tpl.php
@@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Modified') ?>
| = $this->getHtml('Integrity') ?>
|
-
@@ -60,7 +60,7 @@ echo $this->getData('nav')->render(); ?>
| = File::changed(__DIR__ . '/../../../../phpOMS/' . $file)->format('Y-m-d'); ?>
|
= \phpOMS\Security\PhpCode::validateStringIntegrity(
- $content,
+ $content,
Rest::request(
new Request(
new Http('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/' . $file)
@@ -68,7 +68,7 @@ echo $this->getData('nav')->render(); ?>
)
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
-
|
@@ -79,7 +79,7 @@ echo $this->getData('nav')->render(); ?>
| = File::changed(__DIR__ . '/../../../../Model/' . $file)->format('Y-m-d'); ?>
|
= \phpOMS\Security\PhpCode::validateStringIntegrity(
- $content,
+ $content,
Rest::request(
new Request(
new Http('https://raw.githubusercontent.com/Orange-Management/Model/develop/' . $file)
@@ -87,7 +87,7 @@ echo $this->getData('nav')->render(); ?>
)
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
-
|
@@ -98,7 +98,7 @@ echo $this->getData('nav')->render(); ?>
| = File::changed(__DIR__ . '/../../../../Modules/' . $file)->format('Y-m-d'); ?>
|
= \phpOMS\Security\PhpCode::validateStringIntegrity(
- $content,
+ $content,
Rest::request(
new Request(
new Http('https://raw.githubusercontent.com/Orange-Management/Modules/develop/' . $file)
|