5 lines
58 B
PHP
5 lines
58 B
PHP
<?php
|
|
if(!defined('APPIN')) {
|
|
exit('Access Denied');
|
|
}
|
|
?>
|