 0f27c20d8d
			
		
	
	
		0f27c20d8d
		
	
	
	
	
		
			
			This is meant mainly for testing purposes and as a reference implementation showing how OSU SPP server could be implemented. This is not suitable for any real production use in its current form. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Hotspot 2.0 - public and free hotspot</title>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <?php
 | |
| 
 | |
| $id = $_GET["session_id"];
 | |
| 
 | |
| echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
 | |
| 
 | |
| echo "<form action=\"add-free.php\" method=\"POST\">\n";
 | |
| echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
 | |
| 
 | |
| ?>
 | |
| 
 | |
| <p>Terms and conditions..</p>
 | |
| <input type="submit" value="Accept">
 | |
| </form>
 | |
| 
 | |
| </body>
 | |
| </html>
 |