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']) . "'); " .