PHP_SELF isn't defined in the includes for this script, so don't use it
[squirrelmail.git] / contrib / decrypt_headers.php
index 58301689d13f3630dff0af41111bb46c814813b8..9b27fd0d0614e80f24ab9672aaa5580ff432f892 100644 (file)
@@ -81,7 +81,7 @@ if (sqgetGlobalVar('submit',$submit,SQ_POST)) {
     echo "<hr />";
 }
 ?>
     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 />
 <p>
 Secret key: <input type="password" name="secret"><br />
 Encrypted string: <input type="text" name="enc_string"><br />