summaryrefslogtreecommitdiff
path: root/httemplate/misc/delete-part_export.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-05-22 18:44:01 +0000
committerivan <ivan>2002-05-22 18:44:01 +0000
commit23186f0338ec248d930c85db08cc997bca42525b (patch)
tree0f913dcdf0b10d662baf90947d44cd4ac43584c2 /httemplate/misc/delete-part_export.cgi
parenta55f1c9e63b5428c55aa75d55ab4a280889be288 (diff)
bind export, editing zones, deleting unaudited domains, mmm
Diffstat (limited to 'httemplate/misc/delete-part_export.cgi')
-rwxr-xr-xhttemplate/misc/delete-part_export.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delete-part_export.cgi b/httemplate/misc/delete-part_export.cgi
index 34ef06b96..7c4ab8b9d 100755
--- a/httemplate/misc/delete-part_export.cgi
+++ b/httemplate/misc/delete-part_export.cgi
@@ -1,6 +1,6 @@
<%
-#untaint paynum
+#untaint exportnum
my($query) = $cgi->keywords;
$query =~ /^(\d+)$/ || die "Illegal exportnum";
my $exportnum = $1;