initial commit

This commit is contained in:
2020-09-12 17:13:16 +02:00
commit c16a9d449b
96 changed files with 39990 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';