Skip to content
Snippets Groups Projects
Commit 9d8c0f2a authored by Jared Hancock's avatar Jared Hancock
Browse files

Show link to scp on client login page

parent 80da8a34
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,11 @@ if (count($ext_bks)) {
if ($cfg && $cfg->isClientRegistrationEnabled()) {
if (count($ext_bks)) echo '<hr style="width:70%"/>'; ?>
Not yet registered? <a href="account.php?do=create">Create an account</a>
<br/>
<div style="margin-top: 5px;">
<b>I'm an agent</b>
<a href="<?php echo ROOT_PATH; ?>scp">sign in here</a>
</div>
<?php } ?>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment