Added WordPress files and DB dump

This commit is contained in:
2020-10-14 19:43:03 +09:00
parent a33e1dd4df
commit b7cca72f8c
1552 changed files with 826520 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* Update/Install Plugin/Theme network administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ) ) )
define( 'IFRAME_REQUEST', true );
/** Load WordPress Administration Bootstrap */
require_once( dirname( __FILE__ ) . '/admin.php' );
require( ABSPATH . 'wp-admin/update.php' );