Commented php info

This commit is contained in:
2019-02-22 16:16:12 +00:00
parent 4ba1d0833a
commit f5651bf3a6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ THIS IS THE PROVIDER ENTRY POINT API
*/
require '../../backend.php';
require '../backend_defines.php';
var_dump($mermsemr->cfgReadChar("database.host"));
phpinfo();
//var_dump($mermsemr->cfgReadChar("database.host"));
//phpinfo();
$action = 100;
+2 -2
View File
@@ -4,8 +4,8 @@ THIS IS THE USER ENTRY POINT API
*/
require '../../backend.php';
require '../backend_defines.php';
var_dump($mermsemr->cfgReadChar("database.host"));
phpinfo();
//var_dump($mermsemr->cfgReadChar("database.host"));
//phpinfo();
$action = 100;