diff --git a/credits.php b/credits.php index cc8d5b22b..5e82913fc 100644 --- a/credits.php +++ b/credits.php @@ -3,32 +3,21 @@ $_SERVER['BASE_PAGE'] = 'credits.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -// Output buffering supported -if (function_exists('ob_start')) { - - // Put credits information to $credits - ob_start(); - phpcredits(); - $credits = ob_get_contents(); - ob_end_clean(); +// Put credits information to $credits +ob_start(); +phpcredits(); +$credits = ob_get_contents(); +ob_end_clean(); - // Strip all but the body - preg_match('!