Files
blog/web/index.php
2022-06-07 13:53:28 +02:00

7 lines
120 B
PHP

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