Changeset 13370 in hybrid for branches/releng-10
- Timestamp:
- Aug 30, 2015, 12:48:01 AM (9 years ago)
- Location:
- branches/releng-10/nanobsd/files/usr/local/www/portal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/files/usr/local/www/portal/index.cgi
r13056 r13370 11 11 REMOTE_MAC=`arp -n $REMOTE_ADDR | awk '{print $4}'` 12 12 13 # Make sure databases exists 14 touch $DB $AUTOLOGIN_DB 13 15 14 16 # Check user state -
branches/releng-10/nanobsd/files/usr/local/www/portal/login/index.cgi
r13056 r13370 9 9 10 10 REMOTE_MAC=`arp -n $REMOTE_ADDR | awk '{print $4}'` 11 12 # Make sure database exists 13 touch $DB 11 14 12 15 # Place to store which MAC was authenticated against which IP address
Note:
See TracChangeset
for help on using the changeset viewer.