From 12cfa01e2659cd0cef183f95e893e3341b3cbaa7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 30 Sep 2007 09:14:11 +0000 Subject: [PATCH] esposto sempre virtualsky --- web/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index 7020e7c..02783d7 100644 --- a/web/index.php +++ b/web/index.php @@ -140,7 +140,8 @@ function main() // seed with microseconds since last "whole" second srand ((double) microtime() * 1000000); - $randval = rand(0,count($altout_propag)-1); + // $randval = rand(0,count($altout_propag)-1); + $randval = 1; $altout_carousel = sprintf('%s', $altout_propag[$randval]['url'], $altout_propag[$randval]['content']); -- 2.17.1