From 130d55fccfa236e4e6f3b7ee706487a5de0b9a04 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Nov 09 2018 20:00:01 +0000 Subject: Merge branch 'cboltz-wiki-title' into 'production' Change wiki title to "openSUSE Wiki" See merge request infra/salt!216 --- diff --git a/salt/profile/wiki/files/LocalSettings.php b/salt/profile/wiki/files/LocalSettings.php index 26c7b18..2ad7848 100644 --- a/salt/profile/wiki/files/LocalSettings.php +++ b/salt/profile/wiki/files/LocalSettings.php @@ -25,7 +25,7 @@ if ( $wgCommandLineMode ) { if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' ); } -$wgSitename = "openSUSE"; +$wgSitename = "openSUSE Wiki"; $wgScriptPath = ""; $wgScript = "$wgScriptPath/index.php";