Elgg  Version 1.11
Namespaces | Variables
install.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

if(version_compare(PHP_VERSION, '5.4.0', '<')) $autoload_path = __DIR__ . "/vendor/autoload.php"
 
 $autoload_available = include_once($autoload_path)
 
if(! $autoload_available) $installer = new ElggInstaller()
 
 $step = get_input('step', 'welcome')
 

Variable Documentation

◆ $autoload_available

$autoload_available = include_once($autoload_path)

Definition at line 16 of file install.php.

◆ $autoload_path

if (version_compare(PHP_VERSION, '5.4.0', '<')) $autoload_path = __DIR__ . "/vendor/autoload.php"

Definition at line 15 of file install.php.

◆ $installer

if (! $autoload_available) $installer = new ElggInstaller()

Definition at line 21 of file install.php.

◆ $step

$step = get_input('step', 'welcome')

Definition at line 23 of file install.php.