Make Point of Sale the default page

This commit is contained in:
Skylar Ittner 2018-05-23 11:41:28 -06:00
parent 1e3705ad81
commit 4f6ba30afe
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
define("PAGES", [
"home" => [
"title" => "home",
"navbar" => true,
"navbar" => false,
"icon" => "fas fa-home"
],
"pos" => [

View File

@ -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();
?>