From eb093dc66ddbb6a5fb4933df8307922fde81f5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 18 Oct 2018 11:19:11 +0200 Subject: [PATCH] Removed Hardcoded User --- include/functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 16f258276..819255af9 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -30,7 +30,6 @@ require_once(dirname(__FILE__).'/personlog.class.php'); */ function get_uid() { - return 'koenign'; $auth = new authentication(); return $auth->getUser(); }