Changeset 13737 in hybrid
- Timestamp:
- Jan 18, 2017, 11:08:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/usr/local/www/portal/index.cgi
r13371 r13737 17 17 if grep -q $REMOTE_MAC $DB; then 18 18 # User has already been here (ones) continue authention directly 19 ./login/index.cgi19 `dirname $0`/login/index.cgi 20 20 elif grep -q $REMOTE_MAC $AUTOLOGIN_DB; then 21 21 # Device is marked as special, continue with autologin 22 ./login/index.cgi22 `dirname $0`/login/index.cgi 23 23 else 24 24 echo 'Content-Type: text/html'
Note:
See TracChangeset
for help on using the changeset viewer.