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(); }