Прикручиваем шаблон. Хороним идиотские ошибки.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
ob_start("ob_gzhandler");
|
||||
session_start();
|
||||
if(!isset($_SESSION['uid'])) { header("Location: index.php"); }
|
||||
if(empty($_SESSION['uid'])) { header("Location: index.php"); }
|
||||
require_once "functions.php";
|
||||
header("Cache-Control: no-cache");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user