Updated services and fixed minor bugs.

This commit is contained in:
Alexander 2021-10-28 10:55:00 +03:00
commit 2a12fec5ea
90 changed files with 1706 additions and 3 deletions

View file

@ -7,9 +7,9 @@ session_start();
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
// Check token
if ((!isset($_POST['token'])) || ($_SESSION['token'] != $_POST['token'])) {
exit();
}
// if ((!isset($_POST['token'])) || ($_SESSION['token'] != $_POST['token'])) {
// exit();
// }
// Protect input
$v_section = escapeshellarg($_REQUEST['v_section']);