Initial win-port

This commit is contained in:
3wc
2021-12-03 14:19:23 +02:00
commit 6572811159
20 changed files with 2484 additions and 0 deletions

6
bedrock/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';