10 lines
171 B
PHP
10 lines
171 B
PHP
<?php
|
|
|
|
/**
|
|
*
|
|
* @file
|
|
* Functions needed for Thelia bootstrap
|
|
*/
|
|
define('THELIA_ROOT', __DIR__ .'/../../../../');
|
|
$loader = require __DIR__ . '/../../../autoload.php';
|