mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Removed Hardcoded User
This commit is contained in:
@@ -30,7 +30,6 @@ require_once(dirname(__FILE__).'/personlog.class.php');
|
||||
*/
|
||||
function get_uid()
|
||||
{
|
||||
return 'koenign';
|
||||
$auth = new authentication();
|
||||
return $auth->getUser();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user