haiku-atelier-2024/web/index.php
2025-11-05 10:27:39 +01:00

8 lines
121 B
PHP
Executable file

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