api backend define added
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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(); ?>
|
||||
|
||||
Reference in New Issue
Block a user