@@ -1,11 +1,7 @@
<?php
ob_start("ob_gzhandler");
session_start();
if (empty($_SESSION['uid'])) {
header("Location: index.php");
exit;
}
include_once 'functions.php';
require_once 'functions.php';
if (!$user->clan) {
exit(err('Вы не состоите в клане!'));
The note is not visible to the blocked user.