about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sourcecodes/remove_variables.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/sourcecodes/remove_variables.php b/sourcecodes/remove_variables.php
index 5069904f..0fd30136 100644
--- a/sourcecodes/remove_variables.php
+++ b/sourcecodes/remove_variables.php
@@ -100,14 +100,14 @@ $runtime=exe_time($keyval,$parent_number,$k_number);
 <?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"];
 }
 
 ?>