Changeset 472
- Timestamp:
- 08/17/10 16:43:55 (14 years ago)
- Location:
- branches/htmlform
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/cgi-bin/main.cgi
r471 r472 85 85 if ($IPDBacl{$authuser} !~ /a/) { 86 86 printError("You shouldn't have been able to get here. Access denied."); 87 } else {88 open HTML, "<../addmaster.html";89 print while <HTML>;90 87 } 91 88 } elsif ($webvar{action} eq 'newmaster') {
Note:
See TracChangeset
for help on using the changeset viewer.