Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 01:07:06 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 01:07:06 +0300
commitad687c46695080120d9e003f881acdf9e12db467 (patch)
treea24e567d9d5f19c25d2553156a2b90dd0e6b88fe /plugins
parent019340b9f5233081dfea4d0fceeda9edecdfce2d (diff)
remove debug code
Diffstat (limited to 'plugins')
-rw-r--r--plugins/SecurityInfo/PhpSecInfo/Test/Application/php.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SecurityInfo/PhpSecInfo/Test/Application/php.php b/plugins/SecurityInfo/PhpSecInfo/Test/Application/php.php
index 7b80fd432a..a3fe8ab885 100644
--- a/plugins/SecurityInfo/PhpSecInfo/Test/Application/php.php
+++ b/plugins/SecurityInfo/PhpSecInfo/Test/Application/php.php
@@ -40,8 +40,6 @@ class PhpSecInfo_Test_Application_Php extends PhpSecInfo_Test_Application
}
function _execTest() {
-var_dump($this->current_value);
-var_dump($this->recommended_value);
if (version_compare($this->current_value, '5.2.1') < 0) {
return PHPSECINFO_TEST_RESULT_WARN;
}