From f912d47ee42650c7795fe9d8f80bf25cd1ea4f90 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sun, 17 Aug 2014 23:03:58 +0200 Subject: [PATCH] goto hell --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 808cacb..06cd8d4 100644 --- a/install.php +++ b/install.php @@ -60,7 +60,7 @@ SQL +hell: ?>

Step 1: Login details

@@ -75,7 +75,7 @@ fuckyourself: ?> The passwords did not match

"; - 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']) . "'); " . "INSERT INTO `config` (`key`, `value`) VALUES ('username', '" . $sql->real_escape_string($_POST['username']) . "'); " .