Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2115 → Rev 2116

/web/index.php
60,7 → 60,7
$redirect_link = "www.euronews.com"; # Default redirection for HTTPS interception (beware, this website must run in HTTP)
 
# Retrieve the user info behind the remote ip
exec ("sudo /usr/sbin/chilli_query list|grep $remote_ip" , $tab);
exec ("sudo /usr/sbin/chilli_query list | grep -Ew $remote_ip" , $tab);
$user = explode (" ", $tab[0]);