Create index.php
This commit is contained in:
15
Huawei/index.php
Normal file
15
Huawei/index.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
$url = $_GET['url'];
|
||||
$mac = $_GET['usermac'];
|
||||
|
||||
?>
|
||||
<html>
|
||||
<body>
|
||||
<form name="login" action = "<?php echo htmlspecialchars($url);?>" method = "POST">
|
||||
<input type="hidden" name="username" value="<?php echo htmlspecialchars($mac);?>" />
|
||||
<input type="hidden" name="password" value="<?php echo htmlspecialchars($mac);?>" />
|
||||
<input type="submit" name="submit" value="LOGIN" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user