Files
espocrm/bootstrap.php
2014-01-27 15:03:06 +02:00

8 lines
108 B
PHP

<?php
chdir(dirname(__FILE__));
set_include_path(dirname(__FILE__));
require_once "vendor/autoload.php";