Merge pull request #257 from tobiastom/patch-2
Redirect after installation is broken
This commit is contained in:
commit
aaa876d228
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ if ($installOK && strtoupper($_SERVER['REQUEST_METHOD']) == 'POST') {
|
|||
$store->save($user);
|
||||
}
|
||||
|
||||
$formAction = '/session/login';
|
||||
$formAction = rtrim( $config['phpci']['url'], '/' ) . '/session/login';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue