diff options
author | Camil Staps | 2016-07-28 10:09:30 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-28 10:12:10 +0200 |
commit | 127d8394eda517cbe9f1a0b94e6f5ac303786c1a (patch) | |
tree | a83f62e8ce880d7440f1939293ba963715f6bd29 /index.php | |
parent | Braintree integration: first version (diff) |
v0.5.1 secret files
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |