|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | installer |
Variables | |
| $content = ob_get_contents() | |
| if(!($link=@$func_connect($vars['DB_HOST'], $vars['DB_USER'], $vars['DB_PASS'], true))) if($_SERVER['REQUEST_METHOD']== 'GET'&&isset($_GET['charset'])&&@$_GET['action']== 'updateCollation') if($_SERVER['REQUEST_METHOD']== 'POST') | $error = '' |
| $func_connect = empty( $vars['DB_PCONNECT'] ) ? "mysql_connect" : "mysql_pconnect" | |
| $pageHasForm = true | |
| $pageHasHelp = true | |
| $vars =& $_SESSION['settings'] | |
| $content = ob_get_contents() |
Definition at line 119 of file page_dbsettings.php.
| if (!($link=@$func_connect($vars['DB_HOST'], $vars['DB_USER'], $vars['DB_PASS'], true))) if ($_SERVER['REQUEST_METHOD']== 'GET'&&isset($_GET['charset'])&&@$_GET['action']== 'updateCollation') if ($_SERVER['REQUEST_METHOD']== 'POST') $error = '' |
Definition at line 56 of file page_dbsettings.php.
| $func_connect = empty( $vars['DB_PCONNECT'] ) ? "mysql_connect" : "mysql_pconnect" |
Definition at line 37 of file page_dbsettings.php.
| $pageHasForm = true |
Definition at line 32 of file page_dbsettings.php.
| $pageHasHelp = true |
Definition at line 33 of file page_dbsettings.php.
| $vars =& $_SESSION['settings'] |
Definition at line 35 of file page_dbsettings.php.