website diff libs/random-image.php @ rev 780

ex + id: Code clean-up and new layout (TODO: finish es)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 26 22:22:15 2011 +0100 (2011-03-26)
parents c2ce9d254863
children 3b9816842566
line diff
     1.1 --- a/libs/random-image.php	Tue Mar 22 21:57:58 2011 +0100
     1.2 +++ b/libs/random-image.php	Sat Mar 26 22:22:15 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  <?php
     1.5  
     1.6  $total  = "6";
     1.7 -$folder = "pics/slideshow";
     1.8 +$folder = "images/slideshow";
     1.9  $start  = "1";
    1.10  $random = mt_rand($start, $total);
    1.11  $name   = $random . ".png";