forked from Adleraci/adlerka.top
dokelu
This commit is contained in:
@@ -14,7 +14,7 @@ function render(): string
|
||||
ob_start();
|
||||
|
||||
if ($_SESSION["ID"] > 0) {
|
||||
$account_template = file_get_contents($routerConfig["template_dir"] . "account.html");
|
||||
$account_template = file_get_contents($routerConfig["template_dir"] . "apex.html");
|
||||
echo $account_template;
|
||||
} else {
|
||||
$login_template = file_get_contents($routerConfig["template_dir"] . "login.html");
|
Reference in New Issue
Block a user