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/test.php
T
2014-03-05 17:52:01 +02:00

7 lines
87 B
PHP

<?php
include "bootstrap.php";
$test = new \Espo\Custom\Test();
echo $test->hello();