this is unnecessary
git-svn-id: file:///home/shish/svn/shimmie2/trunk@73 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
0f0b7f77b5
commit
d32a64cb56
1 changed files with 0 additions and 3 deletions
|
@ -390,9 +390,6 @@ class UserPage extends Extension {
|
|||
if($config->get_bool("login_signup_enabled")) {
|
||||
$html .= "<small><a href='".make_link("user/create")."'>Create Account</a></small>";
|
||||
}
|
||||
else {
|
||||
$html .= "<small>Account creation disabled</small>";
|
||||
}
|
||||
return $html;
|
||||
}
|
||||
// }}}
|
||||
|
|
Reference in a new issue