summaryrefslogtreecommitdiffstats
path: root/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/public.php b/public.php
index 0e04db66da7..b4578d991c8 100644
--- a/public.php
+++ b/public.php
@@ -36,6 +36,8 @@ try {
\OC::$REQUESTEDAPP = $app;
OC_App::loadApps(array('authentication'));
OC_App::loadApps(array('filesystem', 'logging'));
+ print_r($_GET);
+ print_r($parts);
OC_Util::checkAppEnabled($app);
OC_App::loadApp($app);