Manual:CommonSettings.php/tr

From mediawiki.org
This page is a translated version of the page Manual:CommonSettings.php and the translation is 42% complete.

Some Wiki farms use a CommonSettings.php file to contain settings that are common to all Wikis managed by that farm. Since config files are arbitrary php files, you can split up your config files into as many separate config files as you want, and potentially reuse portions among multiple wikis. The Wikimedia Foundation uses a file called CommonSettings.php for settings that are common to all of its wikis.

Olası kurulum

  1. İlgili tüm genel ayarlarla bir CommonSettings.php dosyası oluşturun.
  1. In all of the affected wikis' LocalSettings.php files, add:
require_once("<path to your CommonSettings.php>/CommonSettings.php");

$wgConf böyle bir yapılandırma dosyasında faydalı olabilir.

Ayrıca bakınız

Dış bağlantı