Просмотр файла admin/index.php

Размер файла: 757B
<?
//Скрипт магазина icq-номеров
//Автор SHuRiK(aka LLlypuk)
//Icq: 377248037
//WebMoney R: R338551915279
//WebMoney Z: Z850050838586
//E-Mail: [email protected]
//
//Декабрь 2009
//Цена: бесплатно
require "avto.php";
include "db.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>админ-менюшка</title>
</head>
<body>
<a href="new-uin.php">добавить номер</a><br />
<a href="edit-uin.php">редактировать номер</a><br />
<a href="del-uin.php">удалить номер</a><br />
<a href="set.php">настройки</a><br />

</body>
</html>