diff options
author | friendica <info@friendica.com> | 2013-07-21 19:37:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-21 19:37:58 -0700 |
commit | a2738389edb721e9932240072e3ebd8e8139d5e0 (patch) | |
tree | 4f301a242f6e2f0b298919d75e74a0264a5daa26 /mod | |
parent | 168d7ae9fc30bcbcae4b710da920cabe4cb84b9f (diff) | |
download | volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.tar.gz volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.tar.bz2 volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.zip |
make forbidden sign less obnoxious and more theme-able
Diffstat (limited to 'mod')
-rw-r--r-- | mod/photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |