Skip to content

Instantly share code, notes, and snippets.

View rafaelkendy's full-sized avatar

Rafael Kendy rafaelkendy

  • Sao Paulo, Brazil
View GitHub Profile
<html>
<head>
<title>Welcome to Public WiFi</title>
</head>
<body>
<h1>Welcome to Public WiFi</h1>
<?php
$base_grant_url = urldecode($_GET['base_grant_url']);
$user_continue_url = urldecode($_GET['user_continue_url']);