various fixes from insight

This commit is contained in:
Manuel Raynaud
2014-06-18 09:33:32 +02:00
parent 588be42e0f
commit 101197c0de
11 changed files with 26 additions and 34 deletions

View File

@@ -32,6 +32,5 @@ if (!file_exists(THELIA_CONF_DIR . 'database.yml') && !defined('THELIA_INSTALL_M
} else {
$request = \Thelia\Core\HttpFoundation\Request::createFromGlobals();
header('Location: '.$request->getUriForPath('/install'));
exit;
}
}