Skip to content

Commit

Permalink
Upgrade weberpchina.sql file and modify htmlspecialcharts parameter i…
Browse files Browse the repository at this point in the history
…n footer.php
  • Loading branch information
ExsonQu2018 committed May 15, 2018
1 parent 56b66d4 commit 62a4571
Show file tree
Hide file tree
Showing 2 changed files with 5,146 additions and 4,806 deletions.
2 changes: 1 addition & 1 deletion includes/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}

echo '<div>
<form action="' . htmlspecialchars($_SERVER['PHP_SELF']) . '" method="post">
<form action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '" method="post">
<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />
<input type="hidden" name="ScriptName" value="' . htmlspecialchars($ScriptName,ENT_QUOTES,'UTF-8') . '" />
<input type="hidden" name="Title" value="' . $Title . '" />
Expand Down
Loading

0 comments on commit 62a4571

Please sign in to comment.