about summary refs log tree commit diff
path: root/sourcecodes/remove_variables.php
diff options
context:
space:
mode:
authorziejd22021-02-24 23:54:02 -0600
committerGitHub2021-02-24 23:54:02 -0600
commitac0f1ac1c9fd14defd22c4c61dabbd6b0f12363d (patch)
tree5a7e4f8ff7639dd972144a14c87ce3bea8cd280e /sourcecodes/remove_variables.php
parent461b524acee8cd74d56fe4e090c5eeb684d04141 (diff)
downloadBNW-ac0f1ac1c9fd14defd22c4c61dabbd6b0f12363d.tar.gz
Update remove_variables.php
Diffstat (limited to 'sourcecodes/remove_variables.php')
-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"];
 }
 
 ?>