From 4e1a4ce167376a244730b07fdc478a9c321c3033 Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 23 Oct 2019 15:56:55 +0200 Subject: [PATCH] fix for some versions of php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 43eaa96..6e23a31 100644 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@ // Informations for user if ($_SERVER['REQUEST_METHOD'] === 'GET') { - if ($_GET['id']) + if (isset($_GET['id'])) { if (is_dir(_DATA_DIR . "/" . $_GET['id'])) {