2007-11-04 11:19:11 +00:00
< html >
< head >
< title > Docs for page confmain.php< / title >
< link rel = "stylesheet" type = "text/css" href = "../media/style.css" >
< / head >
< body >
< table border = "0" cellspacing = "0" cellpadding = "0" height = "48" width = "100%" >
< tr >
< td class = "header_top" > configuration< / td >
< / tr >
< tr > < td class = "header_line" > < img src = "../media/empty.png" width = "1" height = "1" border = "0" alt = "" / > < / td > < / tr >
< tr >
< td class = "header_menu" >
[ < a href = "../classtrees_configuration.html" class = "menu" > class tree: configuration< / a > ]
[ < a href = "../elementindex_configuration.html" class = "menu" > index: configuration< / a > ]
[ < a href = "../elementindex.html" class = "menu" > all elements< / a > ]
< / td >
< / tr >
< tr > < td class = "header_line" > < img src = "../media/empty.png" width = "1" height = "1" border = "0" alt = "" / > < / td > < / tr >
< / table >
< table width = "100%" border = "0" cellpadding = "0" cellspacing = "0" >
< tr valign = "top" >
< td width = "200" class = "menu" >
< div id = "ric" >
< p > < a href = "../ric_README.html" > README< / a > < / p >
2008-01-06 18:15:35 +00:00
< p > < a href = "../ric_INSTALL.html" > INSTALL< / a > < / p >
2007-11-04 11:19:11 +00:00
< / div >
< b > Packages:< / b > < br / >
< a href = "../li_configuration.html" > configuration< / a > < br / >
< a href = "../li_Help.html" > Help< / a > < br / >
< a href = "../li_LDAP.html" > LDAP< / a > < br / >
< a href = "../li_lib.html" > lib< / a > < br / >
< a href = "../li_lists.html" > lists< / a > < br / >
< a href = "../li_main.html" > main< / a > < br / >
< a href = "../li_modules.html" > modules< / a > < br / >
< a href = "../li_PDF.html" > PDF< / a > < br / >
< a href = "../li_profiles.html" > profiles< / a > < br / >
< a href = "../li_selfService.html" > selfService< / a > < br / >
< a href = "../li_tests.html" > tests< / a > < br / >
< a href = "../li_tools.html" > tools< / a > < br / >
< a href = "../li_types.html" > types< / a > < br / >
< br / > < br / >
< b > Files:< / b > < br / >
< div class = "package" >
< a href = "../configuration/_lib---config.inc.html" > config.inc
< / a > < br >
< a href = "../configuration/_templates---config---conflogin.php.html" > conflogin.php
< / a > < br >
< a href = "../configuration/_templates---config---confmain.php.html" > confmain.php
< / a > < br >
< a href = "../configuration/_templates---config---confmodules.php.html" > confmodules.php
< / a > < br >
< a href = "../configuration/_templates---config---conftypes.php.html" > conftypes.php
< / a > < br >
< a href = "../configuration/_templates---config---index.php.html" > index.php
< / a > < br >
< a href = "../configuration/_templates---config---mainlogin.php.html" > mainlogin.php
< / a > < br >
< a href = "../configuration/_templates---config---mainmanage.php.html" > mainmanage.php
< / a > < br >
< a href = "../configuration/_templates---config---profmanage.php.html" > profmanage.php
< / a > < br >
< / div > < br / >
< b > Classes:< / b > < br / >
< div class = "package" >
< a href = "../configuration/LAMCfgMain.html" > LAMCfgMain< / a > < br / >
< a href = "../configuration/LAMConfig.html" > LAMConfig< / a > < br / >
< / div >
< / td >
< td >
< table cellpadding = "10" cellspacing = "0" width = "100%" border = "0" > < tr > < td valign = "top" >
< h1 > Procedural File: confmain.php< / h1 >
Source Location: /templates/config/confmain.php< br / > < br / >
< br >
< br >
< h2 > Page Details:< / h2 >
Main page of configuration< br / > < br / > < br / > < br / >
< h4 > Tags:< / h4 >
< div class = "tags" >
< table border = "0" cellspacing = "0" cellpadding = "0" >
< tr >
< td > < b > author:< / b > < / td > < td > Roland Gruber< / td >
< / tr >
< tr >
< td > < b > author:< / b > < / td > < td > Thomas Manninger< / td >
< / tr >
< / table >
< / div >
< br / > < br / >
< h4 > Includes:< / h4 >
< div class = "tags" >
include_once("../../lib/config.inc") [line 35]< br / >
Access to config functions< br / > < br / > include_once("../../lib/modules.inc") [line 38]< br / >
2008-01-06 18:15:35 +00:00
access to module settings< br / > < br / > require(< a href = "../configuration/_templates---config---conflogin.php.html" > 'conflogin.php'< / a > ) [line 72]< br / >
go back to login if password is invalid< br / > < br / > require(< a href = "../configuration/_templates---config---conflogin.php.html" > 'conflogin.php'< / a > ) [line 54]< br / >
2007-11-04 11:19:11 +00:00
go back to login if password is empty< br / > < br / > < / div >
< br / > < br / >
< br / > < br / >
< br / >
< hr / >
< a name = "functionsaveSettings" > < / a >
2008-01-06 18:15:35 +00:00
< h3 > saveSettings < span class = "smalllinenumber" > [line 481]< / span > < / h3 >
2007-11-04 11:19:11 +00:00
< div class = "function" >
< table width = "90%" border = "0" cellspacing = "0" cellpadding = "1" > < tr > < td class = "code_border" >
< table width = "100%" border = "0" cellspacing = "0" cellpadding = "2" > < tr > < td class = "code" >
< code > void saveSettings(
)< / code >
< / td > < / tr > < / table >
< / td > < / tr > < / table > < br / >
Saves the entered settings.< br / > < br / > < br / > < br / >
< div class = "top" > [ < a href = "#top" > Top< / a > ]< / div > < br / > < br / >
< / div >
< div class = "credit" >
< hr / >
2008-01-06 18:15:35 +00:00
Documentation generated on Sun, 06 Jan 2008 18:58:57 +0100 by < a href = "http://www.phpdoc.org" > phpDocumentor 1.4.0< / a >
2007-11-04 11:19:11 +00:00
< / div >
< / td > < / tr > < / table >
< / td >
< / tr >
< / table >
< / body >
< / html >