1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 11:34:41 +00:00

uwuzu v1.3.6 new_planet

This commit is contained in:
Daichimarukana
2024-04-24 00:17:27 +09:00
parent c59f9a3366
commit 9c39e54191
94 changed files with 7116 additions and 1464 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
require('../db.php');
if (htmlentities(isset($_POST['code'])) && htmlentities(isset($_POST['userid'])) && htmlentities(isset($_POST['account_id']))){
$postUserid = htmlentities($_POST['userid']);
$postCode= htmlentities($_POST['code']);
$loginid = htmlentities($_POST['account_id']);
$postUserid = htmlentities($_POST['userid'], ENT_QUOTES, 'UTF-8', false);
$postCode= htmlentities($_POST['code'], ENT_QUOTES, 'UTF-8', false);
$loginid = htmlentities($_POST['account_id'], ENT_QUOTES, 'UTF-8', false);
try {
$option = array(