web: use signup.php instead of deprecated create_account_form.php

This commit is contained in:
David Anderson 2019-04-05 20:34:55 -07:00
parent d93d8cc5c4
commit 4a3eb03b26
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function navbar_right($user) {
);
} else {
echo sprintf('
<li><a href="%screate_account_form.php">Sign Up</a></li>
<li><a href="%ssignup.php">Join</a></li>
<li><a href="%slogin_form.php">Login</a></li>
', url_base(), url_base()
);