Added new logos

This commit is contained in:
loviuz 2020-08-08 19:37:29 +02:00
parent 892783e83f
commit 48b1180c81
2 changed files with 1 additions and 1 deletions

BIN
gui/img/vendors/Apple, Inc..png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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';