goto hell

This commit is contained in:
nilsding 2014-08-17 23:03:58 +02:00
parent c114da4e51
commit f912d47ee4
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ SQL
<button type="submit">Retry</button> <button type="submit">Retry</button>
</form> </form>
<?php } else { <?php } else {
fuckyourself: ?> hell: ?>
<h2>Step 1: Login details</h2> <h2>Step 1: Login details</h2>
<form method="POST"> <form method="POST">
@ -75,7 +75,7 @@ fuckyourself: ?>
<?php }} else if (isset($_POST['step2'])) { // step2: create user <?php }} else if (isset($_POST['step2'])) { // step2: create user
if ($_POST['password'] !== $_POST['passwordconfirm']) { if ($_POST['password'] !== $_POST['passwordconfirm']) {
echo "<p>The passwords did not match</p>"; echo "<p>The passwords did not match</p>";
goto fuckyourself; // the goto keyword was introduced in PHP 5.3... so why don't use it? goto hell; // the goto keyword was introduced in PHP 5.3... so why don't use it?
} }
$sql_str = "INSERT INTO `config` (`key`, `value`) VALUES ('sitename', '" . $sql->real_escape_string($_POST['sitename']) . "'); " . $sql_str = "INSERT INTO `config` (`key`, `value`) VALUES ('sitename', '" . $sql->real_escape_string($_POST['sitename']) . "'); " .
"INSERT INTO `config` (`key`, `value`) VALUES ('username', '" . $sql->real_escape_string($_POST['username']) . "'); " . "INSERT INTO `config` (`key`, `value`) VALUES ('username', '" . $sql->real_escape_string($_POST['username']) . "'); " .