projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0767a34
)
esposto sempre virtualsky
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 30 Sep 2007 09:14:11 +0000
(09:14 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 30 Sep 2007 09:14:11 +0000
(09:14 +0000)
web/index.php
patch
|
blob
|
history
diff --git
a/web/index.php
b/web/index.php
index
7020e7c
..
02783d7
100644
(file)
--- 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('<a target="_blank" href="%s">%s</a>',
$altout_propag[$randval]['url'],
$altout_propag[$randval]['content']);