1
0
Fork 0

remove unsed require_onces of security.php

This commit is contained in:
Jonny Tischbein 2018-10-17 18:39:27 +02:00
commit 45e5a7f59f
12 changed files with 0 additions and 17 deletions

View file

@ -43,8 +43,6 @@ function item_post(App $a) {
return 0;
}
require_once 'include/security.php';
$uid = local_user();
if (!empty($_REQUEST['dropitems'])) {
@ -872,8 +870,6 @@ function item_content(App $a)
return;
}
require_once 'include/security.php';
$o = '';
if (($a->argc == 3) && ($a->argv[1] === 'drop') && intval($a->argv[2])) {