diff options
author | kondou <kondou@ts.unde.re> | 2014-04-07 23:16:25 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-09-04 15:23:53 +0200 |
commit | 0f2ad9862e98e00fdc250bf8405bf6404d40b1ed (patch) | |
tree | 8ad4be8240caedd163f810018b0c7fe0b5d388b0 /public.php | |
parent | 1a7df3323391f6d6f7ef04de2687b3a566ab6351 (diff) | |
download | nextcloud-server-0f2ad9862e98e00fdc250bf8405bf6404d40b1ed.tar.gz nextcloud-server-0f2ad9862e98e00fdc250bf8405bf6404d40b1ed.zip |
Initial work on shorter links
Diffstat (limited to 'public.php')
-rw-r--r-- | public.php | 2 |
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); |