This commit is contained in:
felegy
2025-06-30 12:02:36 +00:00
commit c9cb4a4ca8
102 changed files with 46977 additions and 0 deletions

7
web/index.php Normal file
View File

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