diff options
| author | Malf Furious <m@lfurio.us> | 2018-07-24 05:19:24 -0400 | 
|---|---|---|
| committer | Malf Furious <m@lfurio.us> | 2018-07-24 05:19:24 -0400 | 
| commit | 3a5c526c38fc823e393330ae3f9dad74342b3f1f (patch) | |
| tree | a417b903dcb73aacf96306afc072d2d10a969bb6 | |
| parent | 92b917ec223db6532ef2ceed856d1086d02e573e (diff) | |
| download | scrott-3a5c526c38fc823e393330ae3f9dad74342b3f1f.tar.gz scrott-3a5c526c38fc823e393330ae3f9dad74342b3f1f.zip | |
Add call to setPageName()
Diffstat (limited to '')
| -rw-r--r-- | app/index.php | 1 | 
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;          } | 
