Forgotten fix: don't allow special read/write access for 'developer'
[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 maintenance scripts only. Do not check
6 # AdminSettings.php into CVS!
7
8 $wgDBadminuser = "wikiadmin";
9 $wgDBadminpassword = "adminpass";
10
11 # Define these if you want the installed files to be owned
12 # by a specific user or group for ease of maintenance. You
13 # must run the install script as root to change owners, or
14 # as a member of the group to change groups.
15 #
16 # $wgInstallOwner = "apache";
17 # $wgInstallGroup = "apache";
18
19 ?>