move Thelia namespace into core/lib directory
introduce prod / dev environment
This commit is contained in:
8
index_dev.php
Normal file
8
index_dev.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
$env = 'debug';
|
||||
require __DIR__ . '/core/bootstrap.php';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user