diff --git a/svrswww/api/providers/index.php b/svrswww/api/providers/index.php index 6b6fcaa..d6ac7fb 100644 --- a/svrswww/api/providers/index.php +++ b/svrswww/api/providers/index.php @@ -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; diff --git a/svrswww/api/users/index.php b/svrswww/api/users/index.php index 799b48d..928c62b 100644 --- a/svrswww/api/users/index.php +++ b/svrswww/api/users/index.php @@ -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;