Skip to content

Commit

Permalink
updated feature: ssl. used same metod to rewrite URLs as in ls 1.90rc2
Browse files Browse the repository at this point in the history
Dev changed str_replace() to substr()


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@8915 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Evan Wills committed Jul 9, 2010
1 parent e8c0ae7 commit d5a2441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-defaults.php
Expand Up @@ -504,7 +504,7 @@

if( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on')
{
$rooturl = str_replace('http://','https://',$rooturl);
$rooturl='https'.substr($rooturl,4);
};

// === Advanced Setup
Expand Down

0 comments on commit d5a2441

Please sign in to comment.