Замена short_tags и <?php echo.

This commit is contained in:
2023-03-31 19:54:33 +03:00
parent fdf063d527
commit 1b5bf26294
214 changed files with 3978 additions and 4014 deletions

View File

@@ -247,7 +247,7 @@ if (!isset($u['id'])) {
}
} else if (n === 11) {
var $_POST = <?php echo json_encode($_POST); ?>;
var $_POST = <?= json_encode($_POST); ?>;
window.location.replace("https://new-combats.com/enter.php?code=" + dopass + "&login=" + $_POST['login'] + "&pass=" + $_POST['pass']);
} else {