mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1683
This commit is contained in:
parent
dfa1dbbab3
commit
c57dec5264
|
@ -243,11 +243,11 @@ function parse_element($xml, $tag) {
|
|||
return $element;
|
||||
}
|
||||
|
||||
// look for a particular element in the .htconfig.xml file
|
||||
// look for a particular element in the ../config.xml file
|
||||
//
|
||||
function parse_config($tag) {
|
||||
$element = null;
|
||||
$fp = fopen(".htconfig.xml", "r");
|
||||
$fp = fopen("../config.xml", "r");
|
||||
while (1) {
|
||||
$buf = fgets($fp, 1024);
|
||||
if ($buf == null) break;
|
||||
|
|
Loading…
Reference in New Issue