XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
installer | |
Variables | |
$_SESSION ['pageHasHelp'] = true | |
$_SESSION ['pageHasForm'] = true | |
$_SESSION ['content'] = $content | |
$content = ob_get_contents() | |
$ctrl = new XoopsPathController($wizard->configs['xoopsPathDefault'], $wizard->configs['dataPath']) | |
if($ctrl->validPath['root']&&!empty($ctrl->permErrors['root'])) | else |
$_SESSION['pageHasHelp'] = true |
Definition at line 127 of file page_pathsettings.php.
$_SESSION['pageHasForm'] = true |
Definition at line 128 of file page_pathsettings.php.
$_SESSION['content'] = $content |
Definition at line 129 of file page_pathsettings.php.
$content = ob_get_contents() |
Definition at line 124 of file page_pathsettings.php.
$ctrl = new XoopsPathController($wizard->configs['xoopsPathDefault'], $wizard->configs['dataPath']) |
Definition at line 31 of file page_pathsettings.php.
if ($ctrl->validPath['data']&&!empty($ctrl->permErrors['data'])) else |
Definition at line 81 of file page_pathsettings.php.