Changeset 13056 in hybrid for branches/releng-10/nanobsd
- Timestamp:
- Jan 16, 2015, 9:44:18 PM (11 years ago)
- Location:
- branches/releng-10/nanobsd/files/usr/local
- Files:
-
- 9 added
- 2 edited
-
bin/http302 (modified) (1 diff)
-
www/index.html (modified) (1 diff)
-
www/portal (added)
-
www/portal/index.cgi (added)
-
www/portal/index.html.tmpl (added)
-
www/portal/login (added)
-
www/portal/login/index.cgi (added)
-
www/portal/login/index.html.tmpl (added)
-
www/portal/logout (added)
-
www/portal/logout/index.cgi (added)
-
www/portal/logout/index.html.tmpl (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/files/usr/local/bin/http302
r13055 r13056 3 3 # Only purpose is to send somebody to the Captive Portal 4 4 # 5 URL=${URL:-http:// 172.31.255.1/wlportal}5 URL=${URL:-http://welcome.wleiden.net/portal} 6 6 7 7 # Send information to client -
branches/releng-10/nanobsd/files/usr/local/www/index.html
r12952 r13056 2 2 <html> 3 3 <head> 4 <meta http-equiv="refresh" content="5; url=/ wlportal/portal.html">4 <meta http-equiv="refresh" content="5; url=/portal/"> 5 5 <title>Redirecting...</title> 6 6 </head>
Note:
See TracChangeset
for help on using the changeset viewer.
