mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-04 22:28:33 +00:00
4 lines
73 B
PHP
4 lines
73 B
PHP
<?php
|
|
chdir('../');
|
|
require_once __DIR__ . '/Core/app.php';
|
|
$app->run();
|