mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed problems with visual console. Tiquets: #2465,#2483,#2482,#2486
This commit is contained in:
parent
f547985cd6
commit
f2181d66d7
@ -22,7 +22,6 @@ if ($get_image_path) {
|
|||||||
$img_src = get_parameter("img_src");
|
$img_src = get_parameter("img_src");
|
||||||
$only_src = get_parameter("only_src", 0);
|
$only_src = get_parameter("only_src", 0);
|
||||||
|
|
||||||
return html_print_image($img_src, false, '', $only_src);
|
echo html_print_image($img_src, true, '', $only_src);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user