mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Rename include/Scrape to include/probe
This commit is contained in:
parent
36e515ee6d
commit
3a2988c3fd
19 changed files with 19 additions and 19 deletions
|
@ -87,7 +87,7 @@ function format_event_html($ev, $simple = false) {
|
|||
@TODO old-lost code found?
|
||||
function parse_event($h) {
|
||||
|
||||
require_once('include/Scrape.php');
|
||||
require_once 'include/probe.php';
|
||||
require_once 'include/html2bbcode';
|
||||
|
||||
$h = '<html><body>' . $h . '</body></html>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue