Make Point of Sale the default page
This commit is contained in:
parent
1e3705ad81
commit
4f6ba30afe
@ -8,7 +8,7 @@
|
||||
define("PAGES", [
|
||||
"home" => [
|
||||
"title" => "home",
|
||||
"navbar" => true,
|
||||
"navbar" => false,
|
||||
"icon" => "fas fa-home"
|
||||
],
|
||||
"pos" => [
|
||||
|
@ -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();
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user