XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
page_end.php File Reference

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
 

Variable Documentation

$_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().

$pageHasForm = false

Definition at line 60 of file page_end.php.

if (file_exists('language/'.$wizard->language. '/style.css')) else
Initial value:
{
$_SESSION['newinstallCSSDeflt'] = XOOPS_URL.'/'.$installer_modified.'/css/style.css'

Definition at line 47 of file page_end.php.