table markup with header
[mediawiki.git] / AdminSettings.sample
blobb4d74a130ae9b75493665d0fd507b725fc5664fc
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!
8 $wgDBadminuser      = "wikiadmin";
9 $wgDBadminpassword  = "adminpass";
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.
16 # $wgInstallOwner = "apache";
17 # $wgInstallGroup = "apache";