GIMP source image for the arrows
[lhc/web/wiklou.git] / install.php
index b966798..b84252c 100644 (file)
@@ -19,6 +19,10 @@ include_once( "./LocalSettings.php" );
 include_once( "./AdminSettings.php" );
 include_once( "./maintenance/InitialiseMessages.inc" );
 
+if( $wgSitename == "MediaWiki" ) {
+       die( "You must set the site name in \$wgSitename before installation.\n\n" );
+}
+
 if ( $wgUseTeX && ( ! is_executable( "./math/texvc" ) ) ) {
        print "To use math functions, you must first compile texvc by\n" .
          "running \"make\" in the math directory.\n";
@@ -72,6 +76,7 @@ copyfile( "./images", "button_media.png", $wgUploadDirectory );
 copyfile( "./images", "button_nowiki.png", $wgUploadDirectory );
 copyfile( "./images", "button_sig.png", $wgUploadDirectory );
 copyfile( "./images", "button_template.png", $wgUploadDirectory );
+copyfile( "./images", "magnify-clip.png", $wgUploadDirectory );
 
 copyfile( "./languages", "Language.php", $IP );
 copyfile( "./languages", "LanguageUtf8.php", $IP );