]> git.mxchange.org Git - friendica.git/blobdiff - mod/probe.php
Use short form array syntax everywhere
[friendica.git] / mod / probe.php
index dfd4792c9b97131123ea81f846240fe46e11f0b6..639788aa8b3bab68798d56fa679248fb9772f8db 100644 (file)
@@ -6,8 +6,8 @@ use Friendica\Network\Probe;
 function probe_content(App $a) {
 
        if (!local_user()) {
-               http_status_exit(403, array("title" => t("Public access denied."),
-                       "description" => t("Only logged in users are permitted to perform a probing.")));
+               http_status_exit(403, ["title" => t("Public access denied."),
+                       "description" => t("Only logged in users are permitted to perform a probing.")]);
                killme();
        }