Changeset 406 for trunk/cgi-bin
- Timestamp:
- 05/12/10 16:10:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r405 r406 910 910 # "Description: $webvar{desc}\n\nAllocated by: $authuser\n"); 911 911 } 912 913 912 syslog "notice", "$authuser allocated '$webvar{fullcidr}' to '$webvar{custid}' as ". 914 913 "'$webvar{alloctype}' ($msg)"; … … 1122 1121 if ($data[2] =~ /.i/) { 1123 1122 $html =~ s/\$\$SWIP\$\$/N\/A/; 1124 5~} else {1123 } else { 1125 1124 my $tmp = (($data[10] eq 'n') ? '<input type=checkbox name=swip>' : 1126 1125 '<input type=checkbox name=swip checked=yes>');
Note:
See TracChangeset
for help on using the changeset viewer.