Ignore:
Timestamp:
04/03/06 16:31:11 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Cosmetic fixups.
admin.cgi:

  • Added links to freespace.pl and consistency-check.pl from admin tools
  • Added note on user management noting global general read access

freespace.pl:

  • Added headings to output sections for clarity

All changed files:

  • Updated copyright lines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/admin.cgi

    r294 r319  
    1010# Last update by $Author$
    1111###
    12 # Copyright (C) 2004,2005 - Kris Deugau
     12# Copyright (C) 2004-2006 - Kris Deugau
    1313
    1414use strict;
     
    9393<hr><a href="admin.cgi?action=showusers">Manage users</a> (add/remove users;  change
    9494internal 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
     98include private networks (192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8)
    9599);
    96100} else {
     
    311315  print "Notes:<br>\n".
    312316        "<li>Admin users automatically get all other priviledges.\n".
     317        "<li>Everyone has basic read access.\n".
    313318        "<hr>Add new user:<form action=admin.cgi method=POST>\n".
    314319        "Username: <input name=username><br>\n".
Note: See TracChangeset for help on using the changeset viewer.