mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-19 02:53:45 +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';
|