diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php index 80568b6ddf5..571df998c9d 100644 --- a/htdocs/install/etape1.php +++ b/htdocs/install/etape1.php @@ -690,7 +690,7 @@ pFooter($error,$setuplang,'jsinfo'); */ function write_main_file($mainfile,$main_dir) { - $fp = fopen("$mainfile", "w"); + $fp = @fopen("$mainfile", "w"); if($fp) { clearstatcache(); @@ -712,7 +712,7 @@ function write_main_file($mainfile,$main_dir) */ function write_master_file($masterfile,$main_dir) { - $fp = fopen("$masterfile", "w"); + $fp = @fopen("$masterfile", "w"); if($fp) { clearstatcache();