From b7d3e569d334b7679dbc3ca8ac4c26ad198544bc Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Thu, 18 Jun 2020 15:35:09 +0200 Subject: [PATCH] permission checking --- core/Configuration/KeyData.class.php | 0 index.php | 14 ++++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) mode change 100644 => 100755 core/Configuration/KeyData.class.php diff --git a/core/Configuration/KeyData.class.php b/core/Configuration/KeyData.class.php old mode 100644 new mode 100755 diff --git a/index.php b/index.php index 9c42c8f..b300ff6 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@ load()); $user = new Objects\User($config);