Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
$enabled = false | |
Sample cli installer script. More... | |
$params | |
if(!$enabled) | if (PHP_SAPI!== 'cli') |
$installer = new ElggInstaller() | |
$enabled = false |
Sample cli installer script.
Definition at line 8 of file sample_installer.php.
$installer = new ElggInstaller() |
Definition at line 47 of file sample_installer.php.
$params |
Definition at line 11 of file sample_installer.php.
if(is_writable(__FILE__)) |
Definition at line 40 of file sample_installer.php.