From 174b96903bef2472ef38ab7f37f86b58b54c3e95 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 18 Apr 2014 17:38:02 +0200 Subject: [PATCH] undo install verification --- web/install/bootstrap.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/install/bootstrap.php b/web/install/bootstrap.php index 66e6a5859..90e395c88 100644 --- a/web/install/bootstrap.php +++ b/web/install/bootstrap.php @@ -23,9 +23,5 @@ define('THELIA_INSTALL_MODE', true); include __DIR__ . "/../../core/bootstrap.php"; -if (file_exists(THELIA_ROOT . '/local/config/database.yml')) { - throw new \Thelia\Install\Exception\AlreadyInstallException("Thelia is already installed"); -} - $thelia = new \Thelia\Core\Thelia("install", false); $thelia->boot(); \ No newline at end of file