haiku-atelier-2024/web/index.php
2025-06-19 16:10:12 +02:00

6 lines
120 B
PHP
Executable file

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