| = $unicode || $deprecated || !$integrity ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = $file; ?>
| = $unicode ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = $deprecated ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = File::changed(__DIR__ . '/../../../../phpOMS/' . $file)->format('Y-m-d'); ?>
| = $integrity ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
| = ($unicode = PhpCode::hasUnicode($content)) || ($deprecated = PhpCode::hasDeprecatedFunction($content)) || !($integrity = PhpCode::validateFileIntegrity(
__DIR__ . '/../../../../Model/' . $file,
$hashs['Model/' . $file] ?? ''
)) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = $file; ?>
| = $unicode ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = $deprecated ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = File::changed(__DIR__ . '/../../../../Model/' . $file)->format('Y-m-d'); ?>
| = $integrity ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
| = ($unicode = PhpCode::hasUnicode($content)) || ($deprecated = PhpCode::hasDeprecatedFunction($content)) || !($integrity = PhpCode::validateFileIntegrity(
__DIR__ . '/../../../../Modules/' . $file,
$hashs['Modules/' . $file] ?? ''
)) ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = $file; ?>
| = $unicode ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = $deprecated ? $this->getHtml('NG') : $this->getHtml('OK'); ?>
| = File::changed(__DIR__ . '/../../../../Modules/' . $file)->format('Y-m-d'); ?>
| = $integrity ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|