]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/HTTPException/PageNotFound.php
Merge remote-tracking branch 'upstream/2023.03-rc' into npf2
[friendica.git] / src / Module / HTTPException / PageNotFound.php
index 5818f87598fac82582f7d8eb456dd294abacb14d..4956bfcdc19c9d92e9b7a9994b32011200c2e4c1 100644 (file)
@@ -61,7 +61,7 @@ class PageNotFound extends BaseModule
                 * Otherwise we are going to emit a 404 not found.
                 */
                $queryString = $this->server['QUERY_STRING'];
-               // Stupid browser tried to pre-fetch our Javascript img template. Don't log the event or return anything - just quietly exit.
+               // Stupid browser tried to pre-fetch our JavaScript img template. Don't log the event or return anything - just quietly exit.
                if (!empty($queryString) && preg_match('/{[0-9]}/', $queryString) !== 0) {
                        System::exit();
                }