This commit is contained in:
slawkens 2020-02-28 22:11:04 +01:00
parent 7424901aca
commit fcfad7cef9

View File

@ -1188,6 +1188,11 @@ function getCustomPage($page, &$success)
}
set_error_handler('error_handler');
global $config;
if($config['backward_support']) {
global $SQL, $main_content, $subtopic;
}
ob_start();
eval($tmp);
$content .= ob_get_contents();