diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-18 17:51:10 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-18 17:51:10 -0700 |
commit | ec852b0c8d6c8e566b2a5fb279ed359630afb5ee (patch) | |
tree | 7daf7d8ff53e0e791fb9f0c39c5d1aad6b9f02eb | |
parent | a05c8ff66bd8d09f69f6c59bc49b7627792f4109 (diff) | |
download | volse-hubzilla-ec852b0c8d6c8e566b2a5fb279ed359630afb5ee.tar.gz volse-hubzilla-ec852b0c8d6c8e566b2a5fb279ed359630afb5ee.tar.bz2 volse-hubzilla-ec852b0c8d6c8e566b2a5fb279ed359630afb5ee.zip |
typo
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -874,7 +874,7 @@ class App { } if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'], 0, 2) === "q=") { - self::$query_string = str_replace(['<','>'],['<','>'],substr($_SERVER['QUERY_STRING'], 2); + self::$query_string = str_replace(['<','>'],['<','>'],substr($_SERVER['QUERY_STRING'], 2)); // removing trailing / - maybe a nginx problem if (substr(self::$query_string, 0, 1) == "/") self::$query_string = substr(self::$query_string, 1); |