add some control for knwoing if user is in install mode

This commit is contained in:
Manuel Raynaud
2013-10-24 08:31:49 +02:00
parent 5bf51dd47e
commit 3f7300bdee
5 changed files with 9 additions and 29 deletions

View File

@@ -20,7 +20,7 @@
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* */
/*************************************************************************************/
define('THELIA_INSTALL_MODE', true);
include __DIR__ . "/../../core/bootstrap.php";
$thelia = new \Thelia\Core\Thelia("install", false);