more tests

This commit is contained in:
Igor Barkov (iwork) 2020-07-03 17:52:20 +03:00
parent 7de55af40f
commit 7655a344a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
session_start();
//require_once 'functions.php';
include_once 'functions.php';
$login = urldecode(filter_input(INPUT_SERVER, 'QUERY_STRING'));
$uid = $_SESSION['uid'] ?? null;