Final: Делаем подарки.

This commit is contained in:
Igor Barkov [iwork]
2019-01-28 17:56:35 +02:00
parent bcafe6d92a
commit f325bf0bdc
2 changed files with 20 additions and 11 deletions
+3
View File
@@ -1,6 +1,9 @@
<?php
ob_start("ob_gzhandler");
session_start();
//TODO Написать класс банковских переводов
if (is_null($_SESSION['uid'])) header("Location: index.php");
require_once "functions.php";
if ($user['room'] != 29) {