Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2599 → Rev 2600

/web/intercept.php
64,7 → 64,7
$adminurl = "";
 
// Check if the SMS service is enable
$service_SMS_status = false;
$service_SMS_status = ($conf['SMS'] === 'on');
 
// Our own path
$loginpath = htmlspecialchars($_SERVER['PHP_SELF']);