summaryrefslogtreecommitdiff
path: root/www-ssl/admin/EngelType.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/EngelType.php')
-rwxr-xr-xwww-ssl/admin/EngelType.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/admin/EngelType.php b/www-ssl/admin/EngelType.php
index af974428..29df5ad7 100755
--- a/www-ssl/admin/EngelType.php
+++ b/www-ssl/admin/EngelType.php
@@ -101,7 +101,7 @@ case 'new':
break;
case 'newsave':
- $vars = $HTTP_GET_VARS;
+ $vars = $_GET;
$count = count($vars) - 1;
$vars = array_splice($vars, 0, $count);
$Keys="";
@@ -158,7 +158,7 @@ case 'change':
break;
case 'changesave':
- $vars = $HTTP_GET_VARS;
+ $vars = $_GET;
$count = count($vars) - 2;
$vars = array_splice($vars, 0, $count);
$keys="";