Create login.php

This commit is contained in:
Nasir Hafeez
2020-01-27 11:13:57 +05:00
committed by GitHub
parent a38032bc05
commit e8554f5b9f

20
Aruba iAP/login.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
session_start();
$mac=$_POST['mac'];
$ip=$_POST['ip'];
$apmac=$_POST['apmac'];
?>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WiFi Portal</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p hidden>Guest_authenticated</p>
<h1>Login Successful!</h1>
</body>
</html>