Хороним идиотские ошибки в проверках и инклюдах.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
ob_start("ob_gzhandler");
|
||||
session_start();
|
||||
if(!isset($_SESSION['uid'])) { header("Location: index.php"); }
|
||||
include("config.php");
|
||||
include("functions.php");
|
||||
require_once "functions.php";
|
||||
header("Cache-Control: no-cache");
|
||||
$errkom = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user