projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix: Messages forwarded as attachments from message list were not getting flagged...
[squirrelmail.git]
/
contrib
/
decrypt_headers.php
diff --git
a/contrib/decrypt_headers.php
b/contrib/decrypt_headers.php
index
5830168
..
a8d7ff1
100644
(file)
--- a/
contrib/decrypt_headers.php
+++ b/
contrib/decrypt_headers.php
@@
-3,7
+3,7
@@
/**
* Script provides form to decode encrypted header information.
*
/**
* Script provides form to decode encrypted header information.
*
- * @copyright © 2005-200
6
The SquirrelMail Project Team
+ * @copyright © 2005-200
9
The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail
* @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 />";
}
?>
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 />