]> git.mxchange.org Git - friendica.git/blobdiff - mod/salmon.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / mod / salmon.php
index 02339c7779fb07643d48104bf4130cf1e73a67bb..eef25107626ac6754339780bbd995c5a61e6aeb9 100644 (file)
@@ -14,8 +14,6 @@ use Friendica\Protocol\Salmon;
 use Friendica\Util\Crypto;
 use Friendica\Util\Strings;
 
-require_once 'include/items.php';
-
 function salmon_post(App $a, $xml = '') {
 
        if (empty($xml)) {