7 lines
137 B
PHP
7 lines
137 B
PHP
|
|
<?php
|
||
|
|
include_once __DIR__ . '/_common.php';
|
||
|
|
|
||
|
|
if ($is_admin != 'super') {
|
||
|
|
alert_close('최고관리자만 접근 가능합니다.');
|
||
|
|
}
|