diff --git a/build/generate_filecheck_xml.php b/build/generate_filecheck_xml.php index 9d5aa6f289e..04970b667f5 100644 --- a/build/generate_filecheck_xml.php +++ b/build/generate_filecheck_xml.php @@ -35,7 +35,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') { // Main parse_str($argv[1]); -#$outputfile=dirname(__FILE__).'/../htdocs/install/filelist-'.$release.'.xml'; +//$outputfile=dirname(__FILE__).'/../htdocs/install/filelist-'.$release.'.xml'; $outputfile=dirname(__FILE__).'/../htdocs/install/filelist.xml'; $fp = fopen($outputfile,'w'); fputs($fp, ''."\n");