getDocument()); $iconBack = $this->createIcon("arrow-circle-left", "right"); $domain = $_SERVER['HTTP_HOST']; $protocol = getProtocol(); $accountCreated = ""; if(isset($_GET["accountCreated"])) { $accountCreated .= '
Your account was successfully created, you may now login with your credentials
'; } $html = "

Admin Control Panel

$flags $iconBack $backToStartPage $accountCreated
"; return $html; } } ?>