mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-24 00:29:35 +00:00
5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
chdir('../');
|
|
require_once __DIR__ . '/Core/app.php';
|
|
$app->run();
|