<?
require'../shaxty.php';
$title = 'Смена версии';
$align = 'left';
$head = 'Смена версии';
include_once (H.'shaxty/head.php');
if($_GET['ver']=='web')$ver = 1;
else if($_GET['ver']=='wap')$ver = 0;
$dbi = core::$db -> prepare("UPDATE `users` SET `style_ver`=? WHERE `id`=?");
$dbi -> execute($ver,core::$user['id']);
header ('Location: /index.php?'.SID);exit;
include_once (H.'shaxty/foot.php');
?>