Remove include/ requires that are now done directly from Composer

This commit is contained in:
Hypolite Petovan 2018-12-24 09:56:25 -05:00
parent 35a6e33e0d
commit acaee626f5
122 changed files with 0 additions and 312 deletions

View file

@ -21,16 +21,12 @@ use Friendica\Util\Network;
use Friendica\Util\Strings;
use Friendica\Util\XML;
require_once 'include/dba.php';
class OnePoll
{
public static function execute($contact_id = 0, $command = '')
{
$a = BaseObject::getApp();
require_once 'include/items.php';
Logger::log('start');
$manual_id = 0;