leguevent/inc/appin.php
2020-12-01 15:23:04 +08:00

5 lines
58 B
PHP

<?php
if(!defined('APPIN')) {
exit('Access Denied');
}
?>