XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | installer |
Variables | |
$_SESSION = array() | |
$_SESSION ['newinstallPRO'] = XOOPS_URL.'/'.$installer_modified.'/js/prototype-1.6.0.3.js' | |
$_SESSION ['newinstallINST'] = XOOPS_URL.'/'.$installer_modified.'/js/xo-installer.js' | |
$_SESSION ['newinstallCSS'] = '' | |
$content = "" | |
$installer_modified = "install_remove_" . uniqid(mt_rand()) | |
$js = '<script type="text/javascript">' | |
$pageHasForm = false | |
if(file_exists('language/'.$wizard-> language. '/style.css')) | else |
$_SESSION = array() |
Definition at line 30 of file page_end.php.
$_SESSION['newinstallPRO'] = XOOPS_URL.'/'.$installer_modified.'/js/prototype-1.6.0.3.js' |
Placing folder renamed in $_SESSION and echoing to document for use in install_tpl.php
Definition at line 42 of file page_end.php.
$_SESSION['newinstallINST'] = XOOPS_URL.'/'.$installer_modified.'/js/xo-installer.js' |
Definition at line 43 of file page_end.php.
$_SESSION['newinstallCSS'] = '' |
Definition at line 49 of file page_end.php.
$content = "" |
Definition at line 62 of file page_end.php.
$installer_modified = "install_remove_" . uniqid(mt_rand()) |
Definition at line 34 of file page_end.php.
Referenced by install_finalize().
$js = '<script type="text/javascript">' |
Definition at line 52 of file page_end.php.
Referenced by XoopsForm\assign(), XoopsFormDhtmlTextArea\codeIcon(), XoopsCaptchaImage\render(), XoopsFormDhtmlTextArea\render(), XoopsForm\renderValidationJS(), xoops_legacy_module_get_admin_menu(), and xoops_module_get_admin_menu().
$pageHasForm = false |
Definition at line 60 of file page_end.php.
if (file_exists('language/'.$wizard->language. '/style.css')) else |
Definition at line 47 of file page_end.php.