summaryrefslogtreecommitdiffstats
path: root/public.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2014-04-07 23:16:25 +0200
committerkondou <kondou@ts.unde.re>2014-09-04 15:23:53 +0200
commit0f2ad9862e98e00fdc250bf8405bf6404d40b1ed (patch)
tree8ad4be8240caedd163f810018b0c7fe0b5d388b0 /public.php
parent1a7df3323391f6d6f7ef04de2687b3a566ab6351 (diff)
downloadnextcloud-server-0f2ad9862e98e00fdc250bf8405bf6404d40b1ed.tar.gz
nextcloud-server-0f2ad9862e98e00fdc250bf8405bf6404d40b1ed.zip
Initial work on shorter links
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);