haiku-atelier-2024/web/index.php
2025-12-13 16:21:57 +01:00

8 lines
147 B
PHP
Executable file

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