Delete include/items.php

- Remove all references
This commit is contained in:
Hypolite Petovan 2020-07-14 10:15:19 -04:00
parent 3e25fc3a72
commit a13e004df0
8 changed files with 0 additions and 37 deletions

View file

@ -58,8 +58,6 @@ use Friendica\Util\Security;
use Friendica\Util\Strings;
use Friendica\Worker\Delivery;
require_once __DIR__ . '/../include/items.php';
function item_post(App $a) {
if (!Session::isAuthenticated()) {
throw new HTTPException\ForbiddenException();