mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
chdir(dirname(__FILE__));
|
|
set_include_path(dirname(__FILE__));
|
|
|
|
require_once "vendor/autoload.php";
|
|
|