fixed defaultBaseURL in installer as follow-up commit c292bad
This commit is contained in:
@ -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'];
|
||||
|
Reference in New Issue
Block a user