Tab->Space
This commit is contained in:
parent
e5b47be78f
commit
ca9315b895
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ function getConfigItem($section, $key, $configs) {
|
|||
while(($sectionpos < $len) && (startsWith($configs[$sectionpos],$key."=") === false) ) {
|
||||
if (startsWith($configs[$sectionpos],"[")) {
|
||||
return null;
|
||||
}
|
||||
$sectionpos++;
|
||||
}
|
||||
$sectionpos++;
|
||||
}
|
||||
if ($sectionpos < $len) {
|
||||
return substr($configs[$sectionpos], strlen($key) + 1);
|
||||
|
|
Loading…
Reference in a new issue