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

Размер файла: 630B
<?php
if (AUT == 1){
s_header('Анекдоты');
include 'config.php';

echo '<div class="gt">Анекдоты</div><div class="cont"><div class="menu">';
echo '<a href="'. MYURL .'anekdot?'. mt_rand(1000,9999) .'"><img src="'. MYURL .'img/icons/refresh.png" alt="refresh"/></a><hr />';
echo "Анекдот: ($rand_anekdot)" ;
echo "<br /><br />";
echo $anekdot[$rand_anekdot].'<hr />';

echo '<img src="'. MYURL .'img/icons/play.png" alt="entertainment"/> <a href="'. MYURL .'entertainment">Развлечения</a>
</div></div>';
s_footer();
}
else{
    Header('Location: '.MYURL.'aut');
    exit();
}
?>