Removed Hardcoded User

This commit is contained in:
Andreas Österreicher
2018-10-18 11:19:11 +02:00
parent cfd28ecccd
commit eb093dc66d
-1
View File
@@ -30,7 +30,6 @@ require_once(dirname(__FILE__).'/personlog.class.php');
*/
function get_uid()
{
return 'koenign';
$auth = new authentication();
return $auth->getUser();
}