|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| installer | |
Variables | |
| if($toinstal==0) | $_SESSION ['pageHasHelp'] = false |
| $_SESSION ['pageHasForm'] = $pageHasForm | |
| $_SESSION ['content'] = $content | |
| $content = "<ul class='log'><li style='background: none;'>" | |
| $dirlist = $system_module->getInstalledModules() | |
| $javascript = "" | |
| $pageHasForm = true | |
| $system = System::getInstance() | |
| $system_module = new SystemModule() | |
| $toinstal = 0 | |
| $wizard = $_SESSION['wizard'] | |
| $xoops = Xoops::getInstance() | |
| $xoopsOption ['checkadmin'] = true | |
| $xoopsOption ['hascommon'] = true | |
| if($_SERVER['REQUEST_METHOD']== 'POST') | else |
Definition at line 119 of file page_moduleinstaller.php.
| $_SESSION['pageHasForm'] = $pageHasForm |
Definition at line 120 of file page_moduleinstaller.php.
| $_SESSION['content'] = $content |
Definition at line 121 of file page_moduleinstaller.php.
| $content = "<ul class='log'><li style='background: none;'>" |
Definition at line 84 of file page_moduleinstaller.php.
| $dirlist = $system_module->getInstalledModules() |
Definition at line 80 of file page_moduleinstaller.php.
| $javascript = "" |
Definition at line 83 of file page_moduleinstaller.php.
| $pageHasForm = true |
Definition at line 34 of file page_moduleinstaller.php.
| $system = System::getInstance() |
Definition at line 76 of file page_moduleinstaller.php.
| $system_module = new SystemModule() |
Definition at line 78 of file page_moduleinstaller.php.
| $toinstal = 0 |
Definition at line 81 of file page_moduleinstaller.php.
| $wizard = $_SESSION['wizard'] |
Definition at line 33 of file page_moduleinstaller.php.
| $xoops = Xoops::getInstance() |
Definition at line 30 of file page_moduleinstaller.php.
| $xoopsOption['checkadmin'] = true |
Definition at line 25 of file page_moduleinstaller.php.
| $xoopsOption['hascommon'] = true |
Definition at line 26 of file page_moduleinstaller.php.
| if ($_SERVER['REQUEST_METHOD']== 'POST') else |
Definition at line 67 of file page_moduleinstaller.php.