From: Tim Starling Date: Fri, 14 Jul 2006 06:38:53 +0000 (+0000) Subject: HTML to display when there is no LocalSettings.php (split off from index.php) X-Git-Tag: 1.31.0-rc.0~56257 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=23621994319c8a66dfc58960879ac8300752ad30;p=lhc%2Fweb%2Fwiklou.git HTML to display when there is no LocalSettings.php (split off from index.php) --- diff --git a/includes/templates/NoLocalSettings.php b/includes/templates/NoLocalSettings.php new file mode 100644 index 0000000000..7331d2d3dd --- /dev/null +++ b/includes/templates/NoLocalSettings.php @@ -0,0 +1,42 @@ + + + + + MediaWiki <?php echo $wgVersion ?> + + + + + The MediaWiki logo + +

MediaWiki

+
+ config/LocalSettings.php to the parent directory.' ); + } else { + echo( 'Please set up the wiki first.' ); + } + ?> + +
+ +