summaryrefslogtreecommitdiffstats
path: root/app/index.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-07-24 05:19:24 -0400
committerMalf Furious <m@lfurio.us>2018-07-24 05:19:24 -0400
commit3a5c526c38fc823e393330ae3f9dad74342b3f1f (patch)
treea417b903dcb73aacf96306afc072d2d10a969bb6 /app/index.php
parent92b917ec223db6532ef2ceed856d1086d02e573e (diff)
downloadscrott-3a5c526c38fc823e393330ae3f9dad74342b3f1f.tar.gz
scrott-3a5c526c38fc823e393330ae3f9dad74342b3f1f.zip
Add call to setPageName()
Diffstat (limited to '')
-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;
}