Fix require_once format

This commit is contained in:
Hypolite Petovan 2017-05-07 14:40:23 -04:00
parent fa3fa42d96
commit 82b423c5ac
21 changed files with 104 additions and 108 deletions

View file

@ -88,7 +88,7 @@ function format_event_html($ev, $simple = false) {
function parse_event($h) {
require_once('include/Scrape.php');
require_once('include/html2bbcode');
require_once 'include/html2bbcode';
$h = '<html><body>' . $h . '</body></html>';