mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2026-08-08 14:50:33 +08:00
7 lines
121 B
PHP
7 lines
121 B
PHP
<?php
|
|
|
|
/**
|
|
* WordPress View Bootstrapper
|
|
*/
|
|
define('WP_USE_THEMES', true);
|
|
require __DIR__ . '/wp/wp-blog-header.php';
|