move Thelia namespace into core/lib directory

introduce prod / dev environment
This commit is contained in:
Manuel Raynaud
2012-10-03 11:24:46 +02:00
parent 4682d484fd
commit e4fcadd3ec
7 changed files with 180 additions and 2 deletions

8
index_dev.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
$env = 'debug';
require __DIR__ . '/core/bootstrap.php';
?>