From 23621994319c8a66dfc58960879ac8300752ad30 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 14 Jul 2006 06:38:53 +0000 Subject: [PATCH] HTML to display when there is no LocalSettings.php (split off from index.php) --- includes/templates/NoLocalSettings.php | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 includes/templates/NoLocalSettings.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.' ); + } + ?> + +
+ + -- 2.20.1