Index: trunk/phase3/maintenance/install.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | |
42 | 42 | $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true ); |
43 | 43 | $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true ); |
44 | | - $this->addOption( 'email', 'The email for the wiki administrator', false, true ); |
| 44 | + /* $this->addOption( 'email', 'The email for the wiki administrator', false, true ); */ |
45 | 45 | $this->addOption( 'scriptpath', 'The relative path of the wiki in the web server (/wiki)', false, true ); |
46 | 46 | |
47 | 47 | $this->addOption( 'lang', 'The language to use (en)', false, true ); |