Файл: files/downmain.php
Строк: 13
<?
defined('PROTECTOR') or die('Error: restricted access');
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
echo'</div></div></div><span style=text-align:center;>';
$foot = mysql_fetch_array(mysql_query("SELECT foot FROM `options` where `usr`='$log' LIMIT 1"));
if (empty($foot[foot]) or $foot[foot]==pic){include($path.'files/foot_pic.php');}else{include($path.'files/foot_text.php');}
include($path.'files/nogi.php');
include($path.'files/endmain.php');
?>