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

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:26:04 2019 +0100 (2019-02-26)
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	Tue Feb 26 12:26:04 2019 +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);