Skip to content

Commit

Permalink
Fixed issue #09748: Incorrect link for testing https
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 3, 2015
1 parent b570d64 commit ba6b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -490,7 +490,7 @@
// Security settings in one part
if(getGlobalSetting('force_ssl')!='on')
{
$sForceSslHelp = CHtml::tag("div",array('class'=>'alert'),sprintf(gT('Warning: Before turning on HTTPS,%s .'),CHtml::link(gt("check if this link works"),array("admin/globalsettings"),array('title'=>gT('Test if your server has SSL enabled by clicking on this link.')))))
$sForceSslHelp = CHtml::tag("div",array('class'=>'alert'),sprintf(gT('Warning: Before turning on HTTPS,%s .'),CHtml::link(gt("check if this link works"),App()->createAbsoluteUrl("admin/globalsettings",array(),'https'),array('title'=>gT('Test if your server has SSL enabled by clicking on this link.','unescaped')))))
. CHtml::tag("div",array('class'=>'alert alert-error'),gT("If the link does not work and you turn on HTTPS, LimeSurvey will break and you won't be able to access it."));
}
else
Expand Down

0 comments on commit ba6b02d

Please sign in to comment.