Ignore:
Timestamp:
04/13/05 17:23:47 (19 years ago)
Author:
Kris Deugau
Message:

/branches/acl

All access to add new records should be ACL-ified. Users without
the "a" ACL option cannot add a new master block, or click the
"Add new assignment" link; the links aren't there to click.
They cannot assign existing free blocks; the link has been
removed. Checks are also done later in the processing to make
sure that a crafted URL can't get around the restrictions.

printHeader() in CommonWeb.pm has been updated to allow replacement
of arbitrary elements in the header.inc file. It is now called
*once* at the beginning of main.cgi to allow the "Add new assignment"
link to be disabled.

A new sub, exitError(), has been added to deal with the (rare)
case where the code must exit with an error before anything (like
HTTP headers, as required for CGI) has been printed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/acl/addmaster.html

    r222 r223  
    1 <!--#include virtual="header.inc" -->
    21<div class="indent">
    32<div class="heading">Add new master IP block</div><br>
     
    1110</table>
    1211</div>
    13 <!--#include virtual="footer.inc" -->
Note: See TracChangeset for help on using the changeset viewer.