mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=7233
This commit is contained in:
parent
f1206c6222
commit
5a606613f4
|
@ -6,7 +6,7 @@ require_once("../inc/xml.inc");
|
|||
xml_header();
|
||||
|
||||
$config = get_config();
|
||||
$name = parse_config($config, "long_name");
|
||||
$name = parse_config($config, "<long_name>");
|
||||
|
||||
echo "<project_config>\n";
|
||||
echo " <name>$name</name>\n";
|
||||
|
|
Loading…
Reference in New Issue