Skip to content
Snippets Groups Projects
Commit 8da214e6 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1782 from ldrumm/develop


fixes #1777 

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 8cddeda5 6946f84b
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