Fatal error: Call to undefined function: replace_for_mod_rewrite() in /homepages/23/d90750067/htdocs/housezeit/forum/includes/page_tail.php on line 77
Die Zeilen 72 - 82 lauten:
Code: Alles auswählen
//
// Borrowed from php.net!
//
$gzip_contents = ob_get_contents();
ob_end_clean();
echo replace_for_mod_rewrite($contents);
global $dbg_starttime;
$gzip_size = strlen($gzip_contents);
$gzip_crc = crc32($gzip_contents);Vielleicht kann mir jemand helfen...