summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_edit.php')
-rw-r--r--usr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index d9544ed..792ac43 100644
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -98,7 +98,7 @@ if(!$id && !$_POST)
$id = "0";
if(!is_numeric($id)) {
- Header("Location: /");
+ header("Location: /");
exit;
}
OpenPOWER on IntegriCloud