fixed defaultBaseURL in installer as follow-up commit c292bad
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
Version 1.7 ()
|
Version 1.7 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* fixed defaultBaseURL did not show up installer. Thanks to onli.
|
||||||
|
Follow up from c292bad
|
||||||
|
|
||||||
* fixed draft & future entries preview link in backend
|
* fixed draft & future entries preview link in backend
|
||||||
|
|
||||||
* Improved karmarating plugin to be able to use AJAX calls
|
* Improved karmarating plugin to be able to use AJAX calls
|
||||||
|
|||||||
@@ -213,6 +213,7 @@ function serendipity_query_default($optname, $default, $usertemplate = false, $t
|
|||||||
case 'serendipityHTTPPath':
|
case 'serendipityHTTPPath':
|
||||||
return rtrim(dirname($_SERVER['PHP_SELF']), '/') .'/';
|
return rtrim(dirname($_SERVER['PHP_SELF']), '/') .'/';
|
||||||
|
|
||||||
|
case 'defaultBaseURL':
|
||||||
case 'baseURL':
|
case 'baseURL':
|
||||||
$ssl = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on';
|
$ssl = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on';
|
||||||
$port = $_SERVER['SERVER_PORT'];
|
$port = $_SERVER['SERVER_PORT'];
|
||||||
|
|||||||
Reference in New Issue
Block a user