aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-28 10:09:30 +0200
committerCamil Staps2016-07-28 10:12:10 +0200
commit127d8394eda517cbe9f1a0b94e6f5ac303786c1a (patch)
treea83f62e8ce880d7440f1939293ba963715f6bd29 /index.php
parentBraintree integration: first version (diff)
v0.5.1 secret files
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
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;