Merge pull request #257 from tobiastom/patch-2

Redirect after installation is broken
This commit is contained in:
Dan Cryer 2014-01-28 08:57:32 -08:00
commit aaa876d228

View file

@ -139,7 +139,7 @@ if ($installOK && strtoupper($_SERVER['REQUEST_METHOD']) == 'POST') {
$store->save($user);
}
$formAction = '/session/login';
$formAction = rtrim( $config['phpci']['url'], '/' ) . '/session/login';
}
}