Skip to content

Commit

Permalink
Lets try!
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Sep 26, 2024
1 parent a9074e3 commit 00bcedf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
require_once '/srv/mediawiki/config/initialise/MirahezeFunctions.php';
$wi = new MirahezeFunctions();

$_SERVER['MW_WIKI_NAME'] = $wi->dbname;
$wgWikiFarmSettingsDirectory = '/srv/mediawiki/cache';
$wgWikiFarmSettingsExtension = 'php';

// Load PrivateSettings (e.g. $wgDBpassword)
require_once '/srv/mediawiki/config/PrivateSettings.php';

Expand Down

0 comments on commit 00bcedf

Please sign in to comment.