add Propel generated files

This commit is contained in:
Manuel Raynaud
2013-01-16 10:58:36 +01:00
parent 59e2b29e6a
commit c72c13551c
494 changed files with 251990 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ if (!isset($env)) {
* Functions needed for Thelia bootstrap
*/
define('THELIA_ROOT', __DIR__ .'/../');
define('THELIA_CONF_DIR', THELIA_ROOT . '/local/config');
define('THELIA_PLUGIN_DIR', THELIA_ROOT . '/local/plugins');
$loader = require __DIR__ . '/autoload.php';