Elgg
Version 2.3
|
Go to the source code of this file.
Variables | |
$enabled = getenv('CI') != '' | |
CI CLI installer script. More... | |
if(! $enabled) | if (PHP_SAPI !=='cli') |
$installer = new ElggInstaller() | |
$params | |
$version = elgg_get_version(true) | |
$enabled = getenv('CI') != '' |
CI CLI installer script.
It's designed for core automatic tests only.
@access private
Definition at line 8 of file ci_installer.php.
$installer = new ElggInstaller() |
Definition at line 22 of file ci_installer.php.
$params |
Definition at line 25 of file ci_installer.php.
$version = elgg_get_version(true) |
Definition at line 57 of file ci_installer.php.
if (! $enabled) if(PHP_SAPI !=='cli') | ( | PHP_SAPI ! | = = 'cli' | ) |
Definition at line 15 of file ci_installer.php.