X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=50f7f9fa91b2551b02276db6bfb84ee8dc4c86f9;hb=9fe01afc16fc77e8df25c556dae021052eddce42;hp=02e4df5377329ea479ca97849b1bc595eb61012c;hpb=3199198b5763dc2836fde80b9a09b62daa0b518d;p=brisk.git diff --git a/web/index.php b/web/index.php index 02e4df5..50f7f9f 100644 --- a/web/index.php +++ b/web/index.php @@ -112,6 +112,20 @@ function main() $tables .= ''; } + $altout_propag = array( array ( 'url' => 'http://www.alternativeoutput.it', + 'content' => '' ), + array ( 'url' => 'http://virtualsky.alternativeoutput.it', + 'content' => '' ) + ); + + // seed with microseconds since last "whole" second + srand ((double) microtime() * 1000000); + $randval = rand(0,count($altout_propag)-1); + $altout_carousel = sprintf('%s', + $altout_propag[$randval]['url'], + $altout_propag[$randval]['content']); + + $brisk_header_form = '