EngineGP/system/engine/megp/quit.php

6 lines
135 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'));
include(SEC.'user/quit.php');
?>