diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-11 07:30:26 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-11 07:30:26 +0000 |
commit | 8c8bdf70251daefbb1084e49254593362494e3c6 (patch) | |
tree | eeb955aec484d4e27464db6c5b390ceb4c48732a /installer/install.php | |
parent | 6fdca531c646e8f6d9798b96464da30c92276be8 (diff) |
allow modules to be installed to be specified as command line option or in the response file
Diffstat (limited to 'installer/install.php')
-rw-r--r-- | installer/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/install.php b/installer/install.php index a644b1c9..7abea163 100644 --- a/installer/install.php +++ b/installer/install.php @@ -25,7 +25,9 @@ * -u Database user (default: root) * -p Database user password (default: ) * -d Database name (default: gallery3) + * -i Database type (default: mysqli) * -t Table prefix (default: ) + * -m Modules to install (default: core, user) * -f Response file (default: not used) * The response file is a php file that contains the following syntax; * $config[key] = value; |