lamine_wp/web/index.php
2020-05-20 15:48:29 +02:00

7 lines
120 B
PHP

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