aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-26 00:16:17 +0200
committerCamil Staps2016-07-26 00:17:07 +0200
commit93b405ab9f69538546165c75a301c0c57a5359cf (patch)
tree7fab746b7fadcd26d012255b7bfad65a5b14ef61 /index.php
parentUpdate makefile for d9936a9 (diff)
User authentication mechanism
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 129c83c..3c8d842 100644
--- a/index.php
+++ b/index.php
@@ -53,6 +53,7 @@ $pages = array(
'/discounts/new' => './include/discounts-new.php',
'/discounts/edit' => './include/discounts-edit.php',
'/about' => './include/about.php',
+ '/settings' => './include/settings.php',
'/ajax/collapse' => './include/ajax-collapse.php'
);