mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2024-12-26 23:23:02 +01:00
Added new logos
This commit is contained in:
parent
892783e83f
commit
48b1180c81
BIN
gui/img/vendors/Apple, Inc..png
vendored
Normal file
BIN
gui/img/vendors/Apple, Inc..png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user