From 93b405ab9f69538546165c75a301c0c57a5359cf Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 26 Jul 2016 00:16:17 +0200 Subject: User authentication mechanism --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') 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' ); -- cgit v1.2.3