diff --git a/pages.php b/pages.php index c27e0bc..53a85e1 100644 --- a/pages.php +++ b/pages.php @@ -8,7 +8,7 @@ define("PAGES", [ "home" => [ "title" => "home", - "navbar" => true, + "navbar" => false, "icon" => "fas fa-home" ], "pos" => [ diff --git a/pages/home.php b/pages/home.php index 60a107f..2426c81 100644 --- a/pages/home.php +++ b/pages/home.php @@ -2,4 +2,7 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +header("Location: app.php?page=pos"); +die(); ?>