Merge branch 'pr/3111' into master

* pr/3111:
  honor userewrite setting in redirection from index.php
This commit is contained in:
Andreas Gohr 2020-09-10 09:26:38 +02:00
commit 656cb03223
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if (php_sapi_name() != 'cli-server') {
if (!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__) . '/');
require_once(DOKU_INC . 'inc/init.php');
send_redirect(DOKU_URL . 'doku.php');
send_redirect(wl($conf['start']));
}
// ROUTER starts below