diff --git a/www/index.php b/www/index.php index c497f717ba..3224ba59ed 100644 --- a/www/index.php +++ b/www/index.php @@ -49,4 +49,4 @@ $common->checkPriv(); $app->loadModule(); /* Flush the buffer. */ -echo removeUTF8Bom(ob_get_clean()); +echo helper::removeUTF8Bom(ob_get_clean());