|
| = $file; ?>
| = PhpCode::hasUnicode($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = 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 HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/' . $file)
)
)->getBody()
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
|
| = $file; ?>
| = PhpCode::hasUnicode($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = 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 HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Orange-Management/Model/develop/' . $file)
)
)->getBody()
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
|
| = $file; ?>
| = PhpCode::hasUnicode($content) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = 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 HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Orange-Management/Modules/develop/' . $file)
)
)->getBody()
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|