From a2738389edb721e9932240072e3ebd8e8139d5e0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Jul 2013 19:37:58 -0700 Subject: make forbidden sign less obnoxious and more theme-able --- mod/photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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; } -- cgit v1.2.3