|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| installer | |
Variables | |
| $_SESSION ['installer_modified'] = $installer_modified | |
| $_SESSION ['pageHasHelp'] = false | |
| $_SESSION ['pageHasForm'] = false | |
| $_SESSION ['content'] = $content | |
| $content = $_SESSION['content'] | |
| $installer_modified = "install_remove_" . uniqid(mt_rand()) | |
| $wizard = $_SESSION['wizard'] | |
| $xoops = Xoops::getInstance() | |
| $_SESSION = $installer_modified |
Definition at line 39 of file page_end.php.
| $_SESSION['pageHasHelp'] = false |
Definition at line 44 of file page_end.php.
| $_SESSION['pageHasForm'] = false |
Definition at line 45 of file page_end.php.
| $_SESSION['content'] = $content |
Definition at line 46 of file page_end.php.
| $content = $_SESSION['content'] |
Definition at line 42 of file page_end.php.
| $installer_modified = "install_remove_" . uniqid(mt_rand()) |
Definition at line 36 of file page_end.php.
| $wizard = $_SESSION['wizard'] |
Definition at line 32 of file page_end.php.
| $xoops = Xoops::getInstance() |
Definition at line 29 of file page_end.php.