mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +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');
|
||||
|
||||
global $config;
|
||||
if($config['backward_support']) {
|
||||
global $SQL, $main_content, $subtopic;
|
||||
}
|
||||
|
||||
ob_start();
|
||||
eval($tmp);
|
||||
$content .= ob_get_contents();
|
||||
|
Loading…
x
Reference in New Issue
Block a user