Updating the translation templates.
[squirrelmail.git] / contrib / decrypt_headers.php
index 58301689d13f3630dff0af41111bb46c814813b8..a8d7ff1dc800b0b5f08dfc211a4146a251687d67 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Script provides form to decode encrypted header information.
  *
- * @copyright © 2005-2006 The SquirrelMail Project Team
+ * @copyright © 2005-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -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 />