nope - this is how it should work...
[lhc/web/wiklou.git] / AdminSettings.sample
1 <?
2 # This file should be copied to AdminSettings.php, and modified
3 # to reflect local settings. Unlike LocalSettings.php, it is
4 # not copied to the installation directory for security reasons;
5 # it is used by the install and maintenance scripts only.
6 #
7 # Developers: Do not check AdminSettings.php into CVS!
8
9 # This data is used for all maintenance operations.
10 # The user DOES NOT NEED TO EXIST. It is created by the
11 # installation script.
12
13 $wgDBadminuser = "wikiadmin";
14 $wgDBadminpassword = "adminpass";
15
16 # Define these if you want the installed files to be owned
17 # by a specific user or group for ease of maintenance. You
18 # must run the install script as root to change owners, or
19 # as a member of the group to change groups.
20 #
21 # $wgInstallOwner = "apache";
22 # $wgInstallGroup = "apache";
23
24 ?>