Файл: www/admin/index.php
Строк: 74
<?
session_name('ADMIN');
session_start();
include "p/auth.php";
include "config/config.php";
include "config/secur.php";
$P = (int) $_GET['p'];
$ex = (int) $_GET['ex'];
if ($ex > 0)
{
$_SESSION=array();
header("Location: ../index.php");
exit;
}
if ($P==0 or $P>6) $P=1;
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Система обмена показами, раскрутка сайта 1x15</title>
<style type="text/css">
<!--
body {
margin-left: 20px;
margin-top: 5px;
margin-right: 20px;
margin-bottom: 5px;
background-color: #FFF;
}
A IMG {
border: none;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<h3>Панель Администратора. <a rel='nofollow' target='_blank' href='index.php?ex=1'><img border='0' src='../img/del.gif' width='20' height='21' align='absbottom' title='ВЫЙТИ'></a></h3>
<p align=right>Дата и время сервера: <b><?=date('d.m.Y H:i:s')?></b></p><br>
<table width=85% align=center>
<tr>
<td width=18% align=center><a href="index.php?p=1">Список сайтов</a></td>
<td width=16% align=center><a href="index.php?p=2">Жалобы</td>
<td width=16% align=center><a href="index.php?p=3">Стоп Лист</td>
<td width=16% align=center><a href="index.php?p=4">Удалить сайт</td>
<td width=16% align=center><a href="index.php?p=5">Списки серфинга</td>
<td width=16% align=center><a href="index.php?p=6">Настройки</td>
</tr>
</table>
<?
if ($P==1) include "p/sites.php";
if ($P==2) include "p/report.php";
if ($P==3) include "p/block.php";
if ($P==4) include "p/delete.php";
if ($P==5) include "p/views.php";
if ($P==6) include "p/settings.php";
?>
<br><br>