fix for some versions of php

This commit is contained in:
Beu 2019-10-23 15:56:55 +02:00
parent 72870aa8a0
commit 4e1a4ce167
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
// Informations for user // Informations for user
if ($_SERVER['REQUEST_METHOD'] === 'GET') if ($_SERVER['REQUEST_METHOD'] === 'GET')
{ {
if ($_GET['id']) if (isset($_GET['id']))
{ {
if (is_dir(_DATA_DIR . "/" . $_GET['id'])) if (is_dir(_DATA_DIR . "/" . $_GET['id']))
{ {