Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1995 → Rev 1996

/web/index.php
57,7 → 57,7
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
$Language = strtolower(substr(chop($Langue[0]),0,2)); }
$redirect_link = "www.alcasar.net"; # beware !!! HTTP only
$redirect_link = "www.euronews.com"; # beware !!! HTTP only
 
# Retrieve the user info behind the remote ip
exec ("sudo /usr/sbin/chilli_query list|grep $remote_ip" , $tab);