Jump to content

Manual:AdminSettings.php

From mediawiki.org
Revision as of 10:00, 9 July 2012 by 198.228.216.21 (talk) (/access/)

Overview

The requirement for AdminSettings.php (along with supporting file AdminSettings.sample) was removed in MediaWiki 1.16. Prior to MediaWiki 1.16, AdminSettings.php was used to store database authentication credentials for maintenance scripts and to control the availability of profileinfo.php.

Upgrading

If upgrading from a pre-1.16 version of MediaWiki to version 1.16 or later, the variables set in AdminSettings.php file can be safely moved to LocalSettings.php. If AdminSettings.php still exists, it will be loaded by maintenance scripts to retain backward compatibility.

//pm//. Access