Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
burpheart committed Aug 14, 2020
1 parent e244c44 commit 26d911e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheaters.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$ratio = @$_GET['r'];
if (!is_valid_id($ratio) && $ratio>=1 && $ratio<=7) $ratio = '';

echo '<center><form method="get" action="'.$_SERVER["PHP_SELF"].'">';
echo '<center><form method="get" action="">';
begin_table();

echo '<tr><th colspan="4">Important</th></tr><tr><td colspan="4" class="left">';
Expand Down
2 changes: 1 addition & 1 deletion confirm_resend.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function bark($msg) {
}
$s .= "\n</select>";
?>
<form method="get" action="<?php echo $_SERVER['PHP_SELF'] ?>">
<form method="get" action="">
<?php
print("<div align=\"right\">".$lang_confirm_resend['text_select_lang']. $s . "</div>");
?>
Expand Down

0 comments on commit 26d911e

Please sign in to comment.