Hi users.

Here ready mediawiki 1.38 in this service.
If you think update from 1.37 or before, you need modify your LocalSettings.php file.
Please update(remove few line) follows:


@@ -19,11 +18,6 @@
 	$IP = dirname( __FILE__ );
 }
 
-$path = array( $IP, "$IP/includes", "$IP/languages" );
-set_include_path( implode( PATH_SEPARATOR, $path ) . PATH_SEPARATOR . get_include_path() );
-
-require_once( "$IP/includes/DefaultSettings.php" );
-
 # If PHP's memory limit is very low, some operations may fail.
 # ini_set( 'memory_limit', '20M' );