PHP_SELF isn't defined in the includes for this script, so don't use it
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 Dec 2008 09:25:04 +0000 (09:25 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 Dec 2008 09:25:04 +0000 (09:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13352 7612ce4b-ef26-0410-bec9-ea0150e637f0

contrib/decrypt_headers.php

index 58301689d13f3630dff0af41111bb46c814813b8..9b27fd0d0614e80f24ab9672aaa5580ff432f892 100644 (file)
@@ -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 />