From 127d8394eda517cbe9f1a0b94e6f5ac303786c1a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Jul 2016 10:09:30 +0200 Subject: v0.5.1 secret files --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index b0cdfc5..6c049af 100644 --- a/index.php +++ b/index.php @@ -56,7 +56,8 @@ $pages = array( '/settings' => './include/settings.php', '/users/new' => './include/users-new.php', '/ajax/collapse' => './include/ajax-collapse.php', - '/pay' => './include/pay.php' + '/pay' => './include/pay.php', + '/file/get' => './include/file-get.php' ); $_page = null; -- cgit v1.2.3