aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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;