Rename include/Scrape to include/probe

This commit is contained in:
Hypolite Petovan 2017-05-07 14:45:19 -04:00
parent 36e515ee6d
commit 3a2988c3fd
19 changed files with 19 additions and 19 deletions

View file

@ -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>';