Files
blog/web/index.php
2025-07-31 19:07:45 +00:00

8 lines
121 B
PHP

<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';