Fix for compatibility with short_open_tag = Off
[lhc/web/wiklou.git] / AdminSettings.sample
1 <?php
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 by all database maintenance scripts
10 # (see directory maintenance/). The SQL user DOES NOT NEED
11 # TO EXIST. It is created by the installation script,
12 # which will prompt you for the MySQL root password.
13 #
14 # This is not to be confused with sysop accounts for the
15 # wiki.
16 #
17 $wgDBadminuser = "wikiadmin";
18 $wgDBadminpassword = "adminpass";
19
20 # Define these if you want the installed files to be owned
21 # by a specific user or group for ease of maintenance. You
22 # must run the install script as root to change owners, or
23 # as a member of the group to change groups.
24 #
25 # $wgInstallOwner = "apache";
26 # $wgInstallGroup = "apache";
27
28 ?>