changed POD formatting
This commit is contained in:
parent
bf5a0145ae
commit
2b6eb201a9
55 changed files with 1188 additions and 3220 deletions
|
|
@ -50,18 +50,14 @@ These subroutines are available from this package:
|
|||
|
||||
Returns a hash reference containing the configuration data. It tries to get the data out of the memory cache first, but reads the config file directly if necessary.
|
||||
|
||||
=over
|
||||
|
||||
=item webguiRoot
|
||||
=head3 webguiRoot
|
||||
|
||||
The path to the WebGUI installation.
|
||||
|
||||
=item configFile
|
||||
=head3 configFile
|
||||
|
||||
The filename of the config file to read.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub getConfig {
|
||||
|
|
@ -81,14 +77,10 @@ sub getConfig {
|
|||
|
||||
Reads all the config file data for all defined sites into an in-memory cache.
|
||||
|
||||
=over
|
||||
|
||||
=item webguiRoot
|
||||
=head3 webguiRoot
|
||||
|
||||
The path to the WebGUI installation.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub loadAllConfigs {
|
||||
|
|
@ -111,18 +103,14 @@ sub loadAllConfigs {
|
|||
|
||||
Returns a hash reference containing the configuration data. It reads the config data directly from the file.
|
||||
|
||||
=over
|
||||
|
||||
=item webguiRoot
|
||||
=head3 webguiRoot
|
||||
|
||||
The path to the WebGUI installation.
|
||||
|
||||
=item configFile
|
||||
=head3 configFile
|
||||
|
||||
The filename of the config file to read.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub readConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue