mirror of
https://github.com/friendica/friendica
synced 2025-05-01 21:04:23 +02:00
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
Rework mod/match and mod/msearch
This commit is contained in:
commit
94eca77041
131 changed files with 508 additions and 762 deletions
|
@ -39,8 +39,6 @@ use Friendica\Core\PConfig;
|
|||
use Friendica\Database\DBA;
|
||||
use Friendica\Model\User;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
|
||||
class ExAuth
|
||||
{
|
||||
private $bDebug;
|
||||
|
|
|
@ -14,8 +14,6 @@ use Friendica\Database\DBA;
|
|||
use Friendica\Object\Image;
|
||||
use Friendica\Util\Strings;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
|
||||
/**
|
||||
* @brief Class with methods for extracting certain content from an url
|
||||
*/
|
||||
|
|
|
@ -14,9 +14,6 @@ use Friendica\Core\PConfig;
|
|||
use Friendica\Core\Renderer;
|
||||
use Friendica\Database\DBA;
|
||||
|
||||
require_once 'boot.php';
|
||||
require_once 'include/text.php';
|
||||
|
||||
/**
|
||||
* @brief Temporal class
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue