]> git.mxchange.org Git - friendica.git/blobdiff - mod/robots_txt.php
Rewrite Proxy module
[friendica.git] / mod / robots_txt.php
index 8327329bf56f2cce9f46a22c52303817db77d602..29f520b18cdce9252d235461b66b168afce506d0 100644 (file)
@@ -15,11 +15,11 @@ use Friendica\App;
  */
 function robots_txt_init(App $a)
 {
-       $allDisalloweds = array(
+       $allDisalloweds = [
                '/settings/',
                '/admin/',
                '/message/',
-       );
+       ];
 
        header('Content-Type: text/plain');
        echo 'User-agent: *' . PHP_EOL;