diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-05 19:47:44 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-05 19:47:44 -0800 |
commit | 7efcb3c75f08c8d974f13cd8b5f32f14749d8b6e (patch) | |
tree | 4ebd4a9fef3f43b00516e15df2f7e27a214353a4 /boot.php | |
parent | 359bfb76f66efd585b0cba1b2f81494859931d61 (diff) | |
download | volse-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-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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],'.')) { |