Куча мелких фиксов, уборка мусора.

This commit is contained in:
lopar
2020-09-30 01:39:06 +03:00
parent 640e85cf18
commit 5ac30becb7
149 changed files with 4221 additions and 11012 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
session_start();
if(!isset($_SESSION['uid'])) { die(); }
include('functions.php');
require_once 'functions.php';
$error = '';