about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sourcecodes/create_tiers_gom_part2.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/sourcecodes/create_tiers_gom_part2.php b/sourcecodes/create_tiers_gom_part2.php
index 62422781..f97d9bf8 100644
--- a/sourcecodes/create_tiers_gom_part2.php
+++ b/sourcecodes/create_tiers_gom_part2.php
@@ -79,14 +79,14 @@ $keyval=valid_keyval($keyval);
 <?php
 
 
-if(isset($HTTP_POST_VARS["bantext"]))
+if(isset($_POST["bantext"]))
 {
-   $ban_search=$HTTP_POST_VARS["searchkey"];
+   $ban_search=$_POST["searchkey"];
 }
 
-if(isset($HTTP_POST_VARS["whitetext"]))
+if(isset($_POST["whitetext"]))
 {
-   $white_search=$HTTP_POST_VARS["searchkey"];
+   $white_search=$_POST["searchkey"];
 }
 
 ?>