summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index dfaeb27..17c1677 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -120,7 +120,7 @@ include("head.inc");
<?php
include("fbegin.inc");
?>
-<form action="pkg.php" method="get">
+<form action="pkg.php" name="pkgform" method="get">
<input type='hidden' name='xml' value='<?=$_REQUEST['xml']?>'>
<? if($_GET['savemsg'] <> "") $savemsg = htmlspecialchars($_GET['savemsg']); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
OpenPOWER on IntegriCloud