From c5d159871b5968dd3510d4542f1ecc80c9ad9944 Mon Sep 17 00:00:00 2001
From: Chefkeks <Chefkeks@users.noreply.github.com>
Date: Mon, 29 Sep 2014 14:39:43 +0200
Subject: [PATCH] scp/settings.php not working

Hey guys,

just found out that the link here is not working: scp/settings.php
The full link looks like: http://my-server.com/osticket/scp/scp/settings.php

First I thought that the leading slash is missing, but this resulted also in a not working link: /scp/settings.php
The full link misses the "osticket" directory: http://my-server.com/scp/settings.php

Finally I decided to just use "settings.php" which worked and showed a correct link:
http://my-server.com/osticket/scp/settings.php

Greetings
Michael
---
 include/upgrader/done.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/upgrader/done.inc.php b/include/upgrader/done.inc.php
index 4542b6f4c..68d17c0d2 100644
--- a/include/upgrader/done.inc.php
+++ b/include/upgrader/done.inc.php
@@ -25,7 +25,7 @@ $_SESSION['ost_upgrader']=null;
             <h3><?php echo __("What's Next?");?></h3>
             <p><b><?php echo __('Post-upgrade');?></b>: <?php
             echo sprintf(__('You can now go to %s to enable the system and explore the new features. For complete and up-to-date release notes see the %s'),
-                sprintf('<a href="scp/settings.php" target="_blank">%s</a>', __('Admin Panel')),
+                sprintf('<a href="settings.php" target="_blank">%s</a>', __('Admin Panel')),
                 sprintf('<a href="http://osticket.com/wiki/Release_Notes" target="_blank">%s</a>', __('osTicket Wiki')));?></p>
             <p><b><?php echo __('Stay up to date');?></b>: <?php echo __("It's important to keep your osTicket installation up to date. Get announcements, security updates and alerts delivered directly to you!");?>
             <?php echo sprintf(__('%1$s Get in the loop %2$s today and stay informed!'), '<a target="_blank" href="http://osticket.com/subscribe.php">', '</a>');?></p>
-- 
GitLab