website diff lib/random-image.php @ rev 1299

Add Blog to top menu - fix rss feeds and dl in website/cache
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 25 00:32:07 2017 +0100 (2017-03-25)
parents e06721d4f040
children
line diff
     1.1 --- a/lib/random-image.php	Wed Apr 04 11:17:21 2012 +0300
     1.2 +++ b/lib/random-image.php	Sat Mar 25 00:32:07 2017 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  <?php
     1.5  
     1.6 -$total  = "8";
     1.7 +$total  = "15";
     1.8  $folder = "/images/slideshow";
     1.9  $start  = "1";
    1.10  $random = mt_rand($start, $total);