Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2599 → Rev 2600

/web/index.php
58,7 → 58,7
$redirect_link = 'www.euronews.com'; // Default redirection for HTTPS interception (beware, this website must run in HTTP)
 
// Check if the SMS service is enable
$service_SMS_status = false;
$service_SMS_status = ($conf['SMS'] === 'on');
 
// Retrieve the user info behind the remote ip
$output = [];