Files
my-blog/web/index.php
Pedro Cabral 11fe03ca1f first commit
2025-02-05 15:14:00 +01:00

8 lines
121 B
PHP

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