@@ -3,10 +3,11 @@
* Центральная площадь
*/
session_start();
if ($_SESSION['uid'] == null) {
if (empty($_SESSION['uid'])) {
header("Location: index.php");
exit;
}
require_once "functions.php";
$user = $user ?? [];
$tm = time();
The note is not visible to the blocked user.