bye bye trailing whitespaces (#442)

This commit is contained in:
Evil Puncker
2020-08-02 09:48:13 -03:00
committed by GitHub
parent aa016fc0b1
commit a00dbcfabd
77 changed files with 1056 additions and 1064 deletions

View File

@@ -142,8 +142,8 @@ if (isset($_GET['success']) && empty($_GET['success'])) {
'created' => time(),
'ip' => getIPLong(),
'flag' => $_POST['flag']
);
}
);
}
user_create_account($register_data, $config['mailserver']);
if (!$config['mailserver']['debug']) header('Location: register.php?success');