View file wap.rzz.ru/mod/admin/news/index.php

File size: 1.08Kb
<?
include $DOCUMENT_ROOT.'/inc/header.php';
include $DOCUMENT_ROOT.'/inc/db/config.php';
//session_start();
if ($PHPSESSID == $id)
{
	include 'content.php';
}
elseif (empty ($id)) echo '&#x0410;&#x0432;&#x0442;&#x043E;&#x0440;&#x0438;&#x0437;&#x0430;&#x0446;&#x0438;&#x044F; <b>&#x043D;&#x0435; &#x043F;&#x0440;&#x043E;&#x0439;&#x0434;&#x0435;&#x043D;&#x0430; !</b><br/><a href="index.php">&#x041D;&#x0430;&#x0436;&#x043C;&#x0438;&#x0442;&#x0435; &#x0434;&#x043B;&#x044F; &#x043F;&#x043E;&#x0432;&#x0442;&#x043E;&#x0440;&#x043D;&#x043E;&#x0439; &#x043F;&#x043E;&#x043F;&#x044B;&#x0442;&#x043A;&#x0438;</a>';
else echo '&#x0410;&#x0432;&#x0442;&#x043E;&#x0440;&#x0438;&#x0437;&#x0430;&#x0446;&#x0438;&#x044F; <b>&#x043D;&#x0435; &#x043F;&#x0440;&#x043E;&#x0439;&#x0434;&#x0435;&#x043D;&#x0430; !</b><br/><a href="../index.php">&#x041D;&#x0430;&#x0436;&#x043C;&#x0438;&#x0442;&#x0435; &#x0434;&#x043B;&#x044F; &#x043F;&#x043E;&#x0432;&#x0442;&#x043E;&#x0440;&#x043D;&#x043E;&#x0439; &#x043F;&#x043E;&#x043F;&#x044B;&#x0442;&#x043A;&#x0438;</a>'; 
include $DOCUMENT_ROOT.'/inc/footer.php';
?>