From f5651bf3a6387150e6824c4a08a60026acf2391d Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Fri, 22 Feb 2019 16:16:12 +0000 Subject: [PATCH] Commented php info --- svrswww/api/providers/index.php | 4 ++-- svrswww/api/users/index.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;