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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 31 17:11:43 2021 +0000 (2021-01-31)
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	Sun Jan 31 17:11:43 2021 +0000
     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);