<?
define('PROTECTOR', 1);
include('files/db.php');
include($path.'files/auth.php');
if ($user_id==0){
header('location: index.php');exit;
}
$textl='Пополнить Счет';
include($path.'files/core.php');
header('location: game.php');exit;
?>