Last change
on this file was 13056, checked in by rick, 10 years ago |
Very simple and fast captive portal 'framework' using a few shell scripts replacing the slow python scripts
|
File size:
282 bytes
|
Rev | Line | |
---|
| 1 | <!DOCTYPE html>
|
---|
| 2 | <html>
|
---|
| 3 | <head>
|
---|
| 4 | <meta http-equiv="refresh" content="5; url=/portal/">
|
---|
| 5 | <title>Redirecting...</title>
|
---|
| 6 | </head>
|
---|
| 7 | <body>
|
---|
| 8 | <p>In 5 seconds, you will be redirected to our captive portal. Click <a href="/wlweb/index.cgi">here</a> to go to the wlweb page.</p>
|
---|
| 9 | </body>
|
---|
| 10 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.