* Added new serendipity['defaultBaseURL'] variable that makes sure
that the baseURL is not overriden when configuring serendipity
with a possibly autodetected currentl URL. Patch by Manko10.
This commit is contained in:
@@ -30,14 +30,14 @@ switch ($_POST['installAction'] && serendipity_checkFormToken()) {
|
||||
$permalinkOld = array(
|
||||
$oldConfig['serendipityHTTPPath'],
|
||||
$oldConfig['serendipityPath'],
|
||||
$oldConfig['baseURL'],
|
||||
$oldConfig['defaultBaseURL'],
|
||||
$oldConfig['indexFile'],
|
||||
$oldConfig['rewrite']);
|
||||
|
||||
$permalinkNew = array(
|
||||
$serendipity['serendipityHTTPPath'],
|
||||
$serendipity['serendipityPath'],
|
||||
$serendipity['baseURL'],
|
||||
$serendipity['defaultBaseURL'],
|
||||
$serendipity['indexFile'],
|
||||
$serendipity['rewrite']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user