From 3a5c526c38fc823e393330ae3f9dad74342b3f1f Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 24 Jul 2018 05:19:24 -0400 Subject: Add call to setPageName() --- app/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/index.php') 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("Dashboard"); require "view/dashboard.php"; return; } -- cgit v1.2.3