summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.php b/app/index.php
index 1617652..63ad931 100644
--- a/app/index.php
+++ b/app/index.php
@@ -46,6 +46,7 @@ function main(array $argv) : void
if (count($argv) == 0)
{
setPageObj($user);
+ setPageName("<i>Dashboard</i>");
require "view/dashboard.php";
return;
}