Changeset 918
- Timestamp:
- 05/02/18 17:51:49 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r917 r918 898 898 my $pinfo = getBlockData($ip_dbh, $webvar{parent}); 899 899 900 # retrieve any notices 901 blocknotices($webvar{parent}); 902 900 903 # clean up a minor mess with guided allocation of static IPs 901 904 if ($webvar{alloctype} =~ /^.i$/) { -
trunk/templates/insert.tmpl
r839 r918 1 <TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF> 2 1 3 <TMPL_IF err> 2 4 <div class="err">
Note:
See TracChangeset
for help on using the changeset viewer.