Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2256 → Rev 2257

/web/intercept.php
438,20 → 438,6
header('Pragma: no-cache');
 
header("Location: http://$uamip:$uamport/logon?username=$username&password=$pappassword&userurl=$userurl");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><?= $l_loggingin ?></title>
<meta http-equiv="refresh" content="0;url=<?= "http://$uamip:$uamport/logon?username=$username&password=$pappassword&userurl=$userurl" ?>">
</head>
<body style="background-color: white;">
<h1 style="text-align: center;"><?= $l_loggingin ?></h1>
<center><?= $l_wait ?></center>
</body>
</html>
<?php
exit();
}
 
501,20 → 487,6
header('Pragma: no-cache');
 
header("Location: http://$uamip:$uamport/prelogin");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><?= $l_loggingin ?></title>
<meta http-equiv="refresh" content="0;url=<?= "http://$uamip:$uamport/prelogin" ?>">
</head>
<body style="background-color: white;">
<h1 style="text-align: center;"><?= $l_loggingin ?></h1>
<center><?= $l_wait ?></center>
</body>
</html>
<?php
exit();
}