mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-24 18:21:48 +02:00
adding pre
This commit is contained in:
@@ -8,5 +8,5 @@ $no = extension_loaded('gd') ? null : 'NOT';
|
||||
echo "Extension gd is $no loaded.<br>";
|
||||
|
||||
if (!$no) {
|
||||
var_dump(gd_info());
|
||||
echo "<pre>", var_dump(gd_info()), "</pre>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user