@@ -7,6 +7,9 @@ |
||
7 | 7 | ################ |
8 | 8 | ## Function permits to get the value from a line |
9 | 9 | ################ |
10 | +/** |
|
11 | + * @param string $val |
|
12 | + */ |
|
10 | 13 | function getSettingValue($val) |
11 | 14 | { |
12 | 15 | $val = trim(strstr($val, "=")); |
@@ -7,6 +7,9 @@ |
||
7 | 7 | ################ |
8 | 8 | ## Function permits to get the value from a line |
9 | 9 | ################ |
10 | +/** |
|
11 | + * @param string $val |
|
12 | + */ |
|
10 | 13 | function getSettingValue($val) |
11 | 14 | { |
12 | 15 | $val = trim(strstr($val, "=")); |