diff --git a/public/install.php b/public/install.php index 1d900800..4c4e628a 100644 --- a/public/install.php +++ b/public/install.php @@ -139,7 +139,7 @@ if ($installOK && strtoupper($_SERVER['REQUEST_METHOD']) == 'POST') { $store->save($user); } - $formAction = '/session/login'; + $formAction = rtrim( $config['phpci']['url'], '/' ) . '/session/login'; } }