updated config functions
This commit is contained in:
parent
7bb630c2c7
commit
b2c178c42e
|
@ -201,7 +201,8 @@ true);</span><br style="font-weight: bold;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: top; text-align: center;"><span
|
<td style="vertical-align: top; text-align: center;"><span
|
||||||
style="font-weight: bold;">function get_configOptions($scopes)</span><br>
|
style="font-weight: bold;">function get_configOptions($scopes,
|
||||||
|
$allScopes)</span><br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -211,7 +212,9 @@ Returns a list of configuration options.<br>
|
||||||
<span style="font-weight: bold;">$scopes</span> is a list of <span
|
<span style="font-weight: bold;">$scopes</span> is a list of <span
|
||||||
style="font-style: italic;">account types</span> (user, group, host)
|
style="font-style: italic;">account types</span> (user, group, host)
|
||||||
which are used.<br>
|
which are used.<br>
|
||||||
<span style="font-weight: bold;"></span><br>
|
<span style="font-weight: bold;">$allScopes</span> is a list of all
|
||||||
|
active account modules and their scopes (module => array(scopes))<br>
|
||||||
|
<br>
|
||||||
The return value is an array
|
The return value is an array
|
||||||
that contains <span style="font-weight: bold;">meta HTML code</span>.<br>
|
that contains <span style="font-weight: bold;">meta HTML code</span>.<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue