diff options
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; |