test apex domain

This commit is contained in:
2024-02-02 15:50:39 +01:00
parent e8601b708c
commit c0fbaec15a
4 changed files with 3 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ function render(): string
ob_start();
if ($_SESSION["ID"] > 0) {
$account_template = file_get_contents($routerConfig["template_dir"] . "apex.html");
$account_template = file_get_contents($routerConfig["template_dir"] . "home.html");
echo $account_template;
} else {
$login_template = file_get_contents($routerConfig["template_dir"] . "login.html");