mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-03 01:58:15 +00:00
7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
require __DIR__ . '/../vendor/autoload.php';
|