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/install/core/actions/buildDatabse.php
T
Taras Machyshyn 50b485d51c installer
2014-03-04 17:43:52 +02:00

8 lines
130 B
PHP

<?php
$result = array('success' => true, 'errorMsg' => '');
$installer->buildDatabase();
ob_clean();
echo json_encode($result);