View file release_fix#2/mods/game/out.php
<?php session_start(); $mod_title="игра-главная"; $mod_status="on"; if($mod_status=="on") { function mod_body($auth,$adminauth) { if(empty($_GET['cd'])) { echo " <html> <head> <meta http-equiv='Refresh' content='0;URL=index.php?do=game/out&cd=0x0002'> </head> </html> "; } else { echo " <html> <head> <meta http-equiv='Refresh' content='0;URL=index.php?do=index'> </head> </html> "; } } } else { function mod_body($auth,$adminauth) { echo "мод выключен администратором!<br>"; } } ?>