Functions | Variables
install_wizard.php File Reference

This is a step-by-step "setup" for a BMLT root server. More...

Functions

 SetPageTwo ()
 SetPageThree ()
 SetPageFour ()
 SetPageFive ()
 PageFour ()
 PageFive ()

Variables

global $config_file_path = 'server/config/auto-config.inc.php'
if((isset($_GET['wizard_page'])&&$_GET['wizard_page'])&&!isset($_POST['wizard_page'])||!$_POST['wizard_page']) $wiz_page = $_POST['wizard_page']
if($wiz_page > 10) if(file_exists($config_file_path))
if(!isset($theme)||!$theme) 
$shortcut_icon = "themes/$theme/html/images/shortcut.png"
 charset
 $auto_file = "// ##BEGIN_PAGE_1## Install Wizard Page One Items:\n"

Detailed Description

This is a step-by-step "setup" for a BMLT root server.

Version:
1.2.15 This file is part of the Basic Meeting List Toolbox (BMLT).

Find out more at: http://magshare.org/bmlt

BMLT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BMLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this code. If not, see <http://www.gnu.org/licenses/>.


Function Documentation

PageFive ( )
PageFour ( )
SetPageFive ( )
SetPageFour ( )
SetPageThree ( )
SetPageTwo ( )

Variable Documentation

$auto_file = "// ##BEGIN_PAGE_1## Install Wizard Page One Items:\n"
$config_file_path = 'server/config/auto-config.inc.php'
if ($wiz_page > 10) if (file_exists($config_file_path)) if (!isset($theme)||!$theme) $shortcut_icon = "themes/$theme/html/images/shortcut.png"
if ((isset($_GET['wizard_page'])&&$_GET['wizard_page'])&&!isset($_POST['wizard_page'])||!$_POST['wizard_page']) $wiz_page = $_POST['wizard_page']
Initial value:
";
    $auto_file .= "defined( 'BMLT_EXEC' ) or die ( 'Cannot Execute Directly' )
 All Classes Files Functions Variables Enumerations