View file dcmssocialguard/guard/inc/foot.php

File size: 355B
<?php
user_access('adm_panel_show',null,'/index.php?'.SID);
echo "<div class='foot'><a href='/guard/'>SiteGuard</a> | <a href='/guard/guard.hacks.php'>Защитник</a> | <a href='/guard/antispam.php'>Спам</a> | <a href='/guard/statistic.php'>Стат</a> | <a href='/guard/server.php'>Сервер</a></div>";
include H.'sys/inc/tfoot.php';
?>