Empty commit

This commit is contained in:
Git 2012-06-24 08:00:20 +00:00
parent 6a744a389b
commit ce6be7185e
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -35,7 +35,10 @@
</tr>
<tr valign="top">
<td align="right">Verify Password&nbsp;</td>
<td align="left"><input type="password" name="confirm_password" id="new_pass_2" class="inputtext" /> <b id="pass_match"/> </td>
<td align="left"><input type="password" name="confirm_password" id="new_pass_2" class="inputtext" /> <b id="pass_match"/>
<p>A strong password is 8 characters or longer, contains at least 1 lowercase and uppercase letter, contains at least a number or a symbol.</p>
</td>
</tr>
<tr valign="top">
<td></td>