From e196d7985acc4e5c96852f5c7656fcbb714c756c Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Oct 23 2018 11:20:28 +0000 Subject: Change wiki title to "openSUSE Wiki" See https://github.com/openSUSE/wiki/pull/32 --- 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";