File size: 976B
<?php
header('Content-type: text/html; charset=utf-8');
echo '<?xml version="1.0"?>';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="robots" content="all" />
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>Admin Panel - 9xlogos.com</title>
</head>
<body>
<div class="head"></div>
<div class="white">
<div class="about"><h1>Admin Panel</h1></div>
<div class="line"></div><div class="rek">
<a href="../admincp">Home</a> ';
if ((!$_SESSION['admin'] = $setup['login']) || ($_SESSION['password'] = $setup['password']))
{
echo '<a href="../admincp/?act=exit">Logout</a>';
}
else
{echo'<a href="../admincp">Login</a>';}
echo '</div></div>';
?>