remove unsed require_onces of security.php

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

View file

@ -33,7 +33,6 @@ function notes_content(App $a, $update = false)
return;
}
require_once 'include/security.php';
require_once 'include/conversation.php';
$o = Profile::getTabs($a, true);