make forbidden sign less obnoxious and more theme-able
This commit is contained in:
parent
168d7ae9fc
commit
a2738389ed
BIN
images/nosign.png
Normal file
BIN
images/nosign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -118,7 +118,7 @@ function photo_init(&$a) {
|
||||
intval($resolution)
|
||||
);
|
||||
if($r) {
|
||||
$data = file_get_contents('images/nosign.jpg');
|
||||
$data = file_get_contents('images/nosign.png');
|
||||
$mimetype = 'image/jpeg';
|
||||
$prvcachecontrol = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user