diff --git a/classes/class_image_tools.php b/classes/class_image_tools.php index cbb908e7..f18be389 100644 --- a/classes/class_image_tools.php +++ b/classes/class_image_tools.php @@ -61,7 +61,7 @@ function cleanImgurUrl($url) { $path = preg_replace('/\.[^.]*$/', '', $url); $last = $path[strlen($path)-1]; - if($last == 'm' || $last == 'l' || $last == 's' || $last == 'h' || $last == 'b') { + if($last == 'm' || $last == 'l' || $last == 's' || $last == 'b') { $path = substr($path, 0, -1); } return $path . "." . $extension; diff --git a/sections/register/step1.php b/sections/register/step1.php index fc37b638..9c488b78 100644 --- a/sections/register/step1.php +++ b/sections/register/step1.php @@ -35,7 +35,10 @@
A strong password is 8 characters or longer, contains at least 1 lowercase and uppercase letter, contains at least a number or a symbol.
+ +