mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Remove include/ requires that are now done directly from Composer
This commit is contained in:
parent
35a6e33e0d
commit
acaee626f5
122 changed files with 0 additions and 312 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue