-
+ 558CF5CE0735068C3642BE41C541D5B21BECF6F7364FD40B2256A17F0A4DAD27319777FC5006BCD1CC9776C3DBC334282C3FE92D8D134628C2CC27B91B887C95
mp-wp/index.php
(0 . 0)(1 . 18)
111 <?php
112 /**
113 * Front to the WordPress application. This file doesn't do anything, but loads
114 * wp-blog-header.php which does and tells WordPress to load the theme.
115 *
116 * @package WordPress
117 */
118
119 /**
120 * Tells WordPress to load the WordPress theme and output it.
121 *
122 * @var bool
123 */
124 define('WP_USE_THEMES', true);
125
126 /** Loads the WordPress Environment and Template */
127 require('./wp-blog-header.php');
128 ?>