Skip to content
Snippets Groups Projects
Commit 6946f84b authored by Luke Drummond's avatar Luke Drummond
Browse files

fixes #1777

parent 1a93ee0c
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ if ($cfg && $cfg->isClientRegistrationEnabled()) {
<?php } ?>
<div>
<b><?php echo __("I'm an agent"); ?></b>
<a href="<?php echo ROOT_PATH; ?>scp"><?php echo __('sign in here'); ?></a>
<a href="<?php echo ROOT_PATH; ?>scp/"><?php echo __('sign in here'); ?></a>
</div>
</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