Bad comment char
This commit is contained in:
parent
70c778c728
commit
3e853b4129
@ -35,7 +35,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
|
|||||||
|
|
||||||
// Main
|
// Main
|
||||||
parse_str($argv[1]);
|
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';
|
$outputfile=dirname(__FILE__).'/../htdocs/install/filelist.xml';
|
||||||
$fp = fopen($outputfile,'w');
|
$fp = fopen($outputfile,'w');
|
||||||
fputs($fp, '<?xml version="1.0" encoding="UTF-8" ?>'."\n");
|
fputs($fp, '<?xml version="1.0" encoding="UTF-8" ?>'."\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user