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

@ -193,7 +193,6 @@ function videos_content(App $a)
return;
}
require_once 'include/security.php';
require_once 'include/conversation.php';
if (empty($a->data['user'])) {