EngineGP/system/engine/check.php
Sergei Solovev 91c2b73c16 Closing tags for PSR-12 have been removed
Unpredictable result
2024-03-11 00:54:27 +03:00

8 lines
185 B
PHP

<?php
if (!DEFINED('EGP'))
exit(header('Refresh: 0; URL=http://' . $_SERVER['HTTP_HOST'] . '/404'));
$title = 'Проверка плагина';
include(SEC . 'check/index.php');