mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Fix #108
This commit is contained in:
parent
7424901aca
commit
fcfad7cef9
@ -1188,6 +1188,11 @@ function getCustomPage($page, &$success)
|
|||||||
}
|
}
|
||||||
set_error_handler('error_handler');
|
set_error_handler('error_handler');
|
||||||
|
|
||||||
|
global $config;
|
||||||
|
if($config['backward_support']) {
|
||||||
|
global $SQL, $main_content, $subtopic;
|
||||||
|
}
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
eval($tmp);
|
eval($tmp);
|
||||||
$content .= ob_get_contents();
|
$content .= ob_get_contents();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user