Changeset 115 for trunk/cgi-bin/main.cgi
- Timestamp:
- 01/05/05 11:35:29 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r111 r115 93 93 my $cidr = new NetAddr::IP $webvar{cidr}; 94 94 95 print "<div type=heading align=center>Adding $cidr as master block.... \n";95 print "<div type=heading align=center>Adding $cidr as master block....</div>\n"; 96 96 97 97 # Allow transactions, and raise an exception on errors so we can catch it later. … … 123 123 printError("Could not add master block $webvar{cidr} to database: $@"); 124 124 } else { 125 print " Success!</div>\n";125 print "<div type=heading align=center>Success!</div>\n"; 126 126 syslog "info", "$authuser added master block $webvar{cidr}"; 127 127 }
Note:
See TracChangeset
for help on using the changeset viewer.