]> git.mxchange.org Git - friendica.git/blobdiff - mod/fetch.php
Create L10n class
[friendica.git] / mod / fetch.php
index 68f6acc917196a4c3ce16c942063309a6a92c3d2..040ef81c84b89c84a091d88ffdcbc4c27d26c32f 100644 (file)
@@ -8,12 +8,10 @@ use Friendica\Core\System;
 use Friendica\Protocol\Diaspora;
 use Friendica\Util\XML;
 
-require_once "include/crypto.php";
-
 function fetch_init(App $a)
 {
 
-       if (($a->argc != 3) || (!in_array($a->argv[1], array("post", "status_message", "reshare")))) {
+       if (($a->argc != 3) || (!in_array($a->argv[1], ["post", "status_message", "reshare"]))) {
                header($_SERVER["SERVER_PROTOCOL"].' 404 '.t('Not Found'));
                killme();
        }