This commit is contained in:
gcch 2024-08-02 09:51:21 +02:00
commit 8e75a421d2
23 changed files with 2936 additions and 0 deletions

6
web/index.php Normal file
View file

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