Changeset 319 for branches/stable/cgi-bin/admin.cgi
- Timestamp:
- 04/03/06 16:31:11 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/admin.cgi
r294 r319 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; … … 93 93 <hr><a href="admin.cgi?action=showusers">Manage users</a> (add/remove users; change 94 94 internal access controls - note that this does NOT include IP-based limits) 95 <hr>Consistency check tools<br> 96 <a href="consistency-check.pl">General</a>: Check general netblock consistency.<br> 97 <a href="freespace.pl">Free space</a>: List total and aggregate free space. Does not 98 include private networks (192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8) 95 99 ); 96 100 } else { … … 311 315 print "Notes:<br>\n". 312 316 "<li>Admin users automatically get all other priviledges.\n". 317 "<li>Everyone has basic read access.\n". 313 318 "<hr>Add new user:<form action=admin.cgi method=POST>\n". 314 319 "Username: <input name=username><br>\n".
Note:
See TracChangeset
for help on using the changeset viewer.