Separate ?> to avoid confusing syntax highlighters.
This commit is contained in:
@@ -381,10 +381,10 @@ class PMA_Config
|
|||||||
$old_error_reporting = error_reporting(0);
|
$old_error_reporting = error_reporting(0);
|
||||||
if (function_exists('file_get_contents')) {
|
if (function_exists('file_get_contents')) {
|
||||||
$eval_result =
|
$eval_result =
|
||||||
eval('?>' . trim(file_get_contents($this->getSource())));
|
eval('?' . '>' . trim(file_get_contents($this->getSource())));
|
||||||
} else {
|
} else {
|
||||||
$eval_result =
|
$eval_result =
|
||||||
eval('?>' . trim(implode("\n", file($this->getSource()))));
|
eval('?' . '>' . trim(implode("\n", file($this->getSource()))));
|
||||||
}
|
}
|
||||||
error_reporting($old_error_reporting);
|
error_reporting($old_error_reporting);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user