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

Merge pull request #1340 from Chefkeks/patch-3


Upgrader done.inc.php: scp/settings.php not working

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents cc4e4b3c 0ac4fa35
No related branches found
No related tags found
No related merge requests found
......@@ -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="'. ROOT_PATH . 'scp/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>
......
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