This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/bootstrap.php
T
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";