Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
if (version_compare(PHP_VERSION, '5.0.0', '<')) | |
$installer = new ElggInstaller() | |
$step = get_input('step', 'welcome') | |
$installer = new ElggInstaller() |
Definition at line 17 of file install.php.
$step = get_input('step', 'welcome') |
Definition at line 19 of file install.php.
if(version_compare(PHP_VERSION, '5.0.0', '<')) |
Definition at line 10 of file install.php.