summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-07 13:20:43 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-07 13:23:55 +0200
commitd032345191c57294d5723639f777692c85bd2b1a (patch)
treedb8e171a698fc96d9d21be2457612f9832d1b2c5 /lib/helper.php
parent8534373f2fea5268112fb7dee0faa2caf1106d05 (diff)
downloadnextcloud-server-d032345191c57294d5723639f777692c85bd2b1a.tar.gz
nextcloud-server-d032345191c57294d5723639f777692c85bd2b1a.zip
fix validation of getfile parameter - i hate this bloody merge conflicts
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/helper.php b/lib/helper.php
index 2ddd5e7b778..5422d88398d 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -576,14 +576,12 @@ class OC_Helper {
return true;
}
}
- /*
- echo 'SUB: ' . $sub . "\n";
+ /*echo 'SUB: ' . $sub . "\n";
echo 'PAR: ' . $parent . "\n";
echo 'REALSUB: ' . $realpath_sub . "\n";
echo 'REALPAR: ' . $realpath_parent . "\n";
echo substr($realpath_sub, 0, strlen($realpath_parent));
- exit;
- */
+ exit;*/
return false;
}
}