diff --git a/crmeb/install/index.php b/crmeb/install/index.php index 57724ec1..a7a8337a 100644 --- a/crmeb/install/index.php +++ b/crmeb/install/index.php @@ -336,7 +336,6 @@ switch ($step) { } function testwrite($d) { - echo $d."
"; if(is_file($d)){ if(is_writeable($d)){ return true;