1
0

fixed defaultBaseURL in installer as follow-up commit c292bad

This commit is contained in:
Ian
2012-04-07 10:55:23 +02:00
parent a8c5418b2f
commit 8eb13121a4
2 changed files with 4 additions and 0 deletions

@ -213,6 +213,7 @@ function serendipity_query_default($optname, $default, $usertemplate = false, $t
case 'serendipityHTTPPath':
return rtrim(dirname($_SERVER['PHP_SELF']), '/') .'/';
case 'defaultBaseURL':
case 'baseURL':
$ssl = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on';
$port = $_SERVER['SERVER_PORT'];