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) ) {
|
while(($sectionpos < $len) && (startsWith($configs[$sectionpos],$key."=") === false) ) {
|
||||||
if (startsWith($configs[$sectionpos],"[")) {
|
if (startsWith($configs[$sectionpos],"[")) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
$sectionpos++;
|
$sectionpos++;
|
||||||
}
|
}
|
||||||
if ($sectionpos < $len) {
|
if ($sectionpos < $len) {
|
||||||
return substr($configs[$sectionpos], strlen($key) + 1);
|
return substr($configs[$sectionpos], strlen($key) + 1);
|
||||||
|
|
Loading…
Reference in a new issue