* fix method call
[lhc/web/wiklou.git] / AdminSettings.sample
1 <?php
2 /**
3 * This file should be copied to AdminSettings.php, and modified
4 * to reflect local settings. It is required for the maintenance
5 * scripts which run on the command line, as an extra security
6 * measure to allow using a separate user account with higher
7 * privileges to do maintenance work.
8 *
9 * Developers: Do not check AdminSettings.php into Subversion
10 */
11
12 /*
13 * This data is used by all database maintenance scripts
14 * (see directory maintenance/). The SQL user MUST BE
15 * MANUALLY CREATED or set to an existing user with
16 * necessary permissions.
17 *
18 * This is not to be confused with sysop accounts for the
19 * wiki.
20 */
21 $wgDBadminuser = 'wikiadmin';
22 $wgDBadminpassword = 'adminpass';
23
24 /*
25 * Whether to enable the profileinfo.php script.
26 */
27 $wgEnableProfileInfo = false;