fix for some versions of php
This commit is contained in:
parent
72870aa8a0
commit
4e1a4ce167
@ -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']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user