Browse Source

PHP_SELF isn't defined in the includes for this script, so don't use it

pdontthink 16 years ago
parent
commit
04009dc187
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/decrypt_headers.php

+ 1 - 1
contrib/decrypt_headers.php

@@ -81,7 +81,7 @@ if (sqgetGlobalVar('submit',$submit,SQ_POST)) {
     echo "<hr />";
 }
 ?>
-<form action="<?php echo $PHP_SELF ?>" method="post" >
+<form action="" method="post">
 <p>
 Secret key: <input type="password" name="secret"><br />
 Encrypted string: <input type="text" name="enc_string"><br />