Файл: html/admin/location/index.php
Строк: 27
<?php
require_once '../../system/func.php';
require_once '../../system/header.php';
if(!$user OR $user['access']<2){
?><script>showContent("/");</script><?php
exit;
}
?>
<center>
<h2><strong>-Редактор локации-</strong></h2>
<div class="button_alt_01" onclick="showContent('/admin/location/edit.php?func=add')">-Создать локацию-</div><p></p>
<div class="button_alt_01" onclick="showContent('/admin/location/edit.php?func=allloc')">-Редактор локации-</div><p></p>
</center>
<?php $footval='adminlocindex'; include '../../system/foot/foot.php';?>