Просмотр файла zagrcent/exitadmin.php

Размер файла: 897B
<?php 
require_once ("../includes/start.php");
require_once ("../includes/functions.php");
require_once ("../includes/header.php");
include_once ("../themes/".$config['themes']."/index.php");

$t=microtime();
session_name('ad');
session_start();
$sess_id=session_id();
print '<?xml version="1.0" encoding="utf-8"?>
<!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="generator" content="Adobe GoLive"/>
		<title>Админ-панель</title>
	</head>
		<p align="left"><small>';
		session_destroy();
		print "Вы вышли из системы<br/><a href=\"index.php\">В загруз центр</a><br/>";
		include_once ("themes/".$config['themes']."/foot.php");
		
?>