EngineGP/system/engine/megp/quit.php

6 lines
142 B
PHP
Raw Normal View History

2023-11-11 20:56:12 +00:00
<?php
if (!DEFINED('EGP'))
exit(header('Refresh: 0; URL=http://' . $_SERVER['SERVER_NAME'] . '/404'));
2023-11-11 20:56:12 +00:00
include(SEC . 'user/quit.php');
2023-11-11 20:56:12 +00:00
?>