Changeset 320 for trunk/cgi-bin/admin.cgi
- Timestamp:
- 04/04/06 18:25:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r295 r320 10 10 # Last update by $Author$ 11 11 ### 12 # Copyright (C) 2004 ,2005- Kris Deugau12 # Copyright (C) 2004-2006 - Kris Deugau 13 13 14 14 use strict; … … 92 92 <hr><a href="admin.cgi?action=showusers">Manage users</a> (add/remove users; change 93 93 internal access controls - note that this does NOT include IP-based limits) 94 <hr>Consistency check tools<br> 95 <a href="consistency-check.pl">General</a>: Check general netblock consistency.<br> 96 <a href="freespace.pl">Free space</a>: List total and aggregate free space. Does not 97 include private networks (192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8) 94 98 ); 95 99 } else { … … 295 299 print "Notes:<br>\n". 296 300 "<li>Admin users automatically get all other priviledges.\n". 301 "<li>Everyone has basic read access.\n". 297 302 "<hr>Add new user:<form action=admin.cgi method=POST>\n". 298 303 "Username: <input name=username><br>\n".
Note:
See TracChangeset
for help on using the changeset viewer.