diff --git a/gui/img/vendors/Apple, Inc..png b/gui/img/vendors/Apple, Inc..png new file mode 100644 index 0000000..6b7dd3e Binary files /dev/null and b/gui/img/vendors/Apple, Inc..png differ diff --git a/gui/vendor.php b/gui/vendor.php index 37cb686..25167f8 100644 --- a/gui/vendor.php +++ b/gui/vendor.php @@ -3,7 +3,7 @@ header('Content-Type: image/png'); $docroot = realpath(__DIR__); -$vendor_name = preg_replace( '/([^a-z0-9\.\-\(\)\s]+)/i', '', $_GET['name'] ); +$vendor_name = preg_replace( '/([^a-z0-9\.,\-\(\)\s]+)/i', '', $_GET['name'] ); $vendor_img = $docroot.'/img/vendors/'.$vendor_name.'.png';