tinycm diff plugins/cloud/cloud.cgi @ rev 40
Added tag 1.0 for changeset eea2e04b7436
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 08 00:02:16 2014 +0100 (2014-01-08) |
parents | 09f5185ff6e0 |
children | c4a472d0a45e |
line diff
1.1 --- a/plugins/cloud/cloud.cgi Mon Jan 06 14:49:12 2014 +0000 1.2 +++ b/plugins/cloud/cloud.cgi Wed Jan 08 00:02:16 2014 +0100 1.3 @@ -111,7 +111,7 @@ 1.4 for f in $(ls ${cloud}) 1.5 do 1.6 case $f in 1.7 - *.png|*.jpg) image="images/image.png" ;; 1.8 + *.png|*.jpg|*.gif) image="images/image.png" ;; 1.9 *) image="images/empty.png" ;; 1.10 esac 1.11 cat << EOT