浏览代码

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

pdontthink 16 年之前
父节点
当前提交
04009dc187
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 />