diff options
-rw-r--r-- | images/nosign.png | bin | 0 -> 17512 bytes | |||
-rw-r--r-- | mod/photo.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/images/nosign.png b/images/nosign.png Binary files differnew file mode 100644 index 000000000..e532371d8 --- /dev/null +++ b/images/nosign.png diff --git a/mod/photo.php b/mod/photo.php index 43418e524..8c407054b 100644 --- a/mod/photo.php +++ b/mod/photo.php @@ -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; } |