1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

set recommended maximum image height to 250px (was 400px) in bin/createNewsEntry

This commit is contained in:
Peter Cowburn
2018-03-14 22:41:51 +00:00
parent 4d64a90605
commit 02173eae56

View File

@@ -55,7 +55,7 @@ $confs = array(2, 3);
$imageRestriction = array(
'width' => 400,
'height' => 400
'height' => 250
);
do {