Преглед на файлове

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 />