api backend define added

This commit is contained in:
2019-02-22 13:00:33 +00:00
parent d6531b9b61
commit dfc0465073
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?
+4
View File
@@ -1,4 +1,8 @@
<?
/*
THIS IS THE USER ENTRY POINT API
*/
require '../../backend.php';
require '../backend_defines.php';
var_dump($mermsemr->cfgReadChar("database.host"));
phpinfo(); ?>