leguwork_public/inc/appin.php
2021-04-02 10:30:40 +08:00

5 lines
58 B
PHP

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