aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-05 19:47:44 -0800
committerzotlabs <mike@macgirvin.com>2017-11-05 19:47:44 -0800
commit7efcb3c75f08c8d974f13cd8b5f32f14749d8b6e (patch)
tree4ebd4a9fef3f43b00516e15df2f7e27a214353a4 /boot.php
parent359bfb76f66efd585b0cba1b2f81494859931d61 (diff)
downloadvolse-hubzilla-7efcb3c75f08c8d974f13cd8b5f32f14749d8b6e.tar.gz
volse-hubzilla-7efcb3c75f08c8d974f13cd8b5f32f14749d8b6e.tar.bz2
volse-hubzilla-7efcb3c75f08c8d974f13cd8b5f32f14749d8b6e.zip
allow cloud filenames to include ampersands without messing up auth tokens (zid, owt, and zat, and the constant placeholder 'f=')
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index d3989acd3..0ac1d08df 100755
--- a/boot.php
+++ b/boot.php
@@ -925,6 +925,7 @@ class App {
*/
self::$argv = explode('/', self::$cmd);
+
self::$argc = count(self::$argv);
if ((array_key_exists('0', self::$argv)) && strlen(self::$argv[0])) {
if(strpos(self::$argv[0],'.')) {