mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
6a744a389b
commit
ce6be7185e
@ -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;
|
||||
|
@ -35,7 +35,10 @@
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="right">Verify Password </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>
|
||||
|
Loading…
Reference in New Issue
Block a user