src/web/index.php
changeset 0 800e4a6ab128
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/web/index.php	Tue Apr 23 15:50:12 2019 +0200
@@ -0,0 +1,5 @@
+<?php
+
+/** WordPress view bootstrapper */
+define('WP_USE_THEMES', true);
+require __DIR__ . '/wp/wp-blog-header.php';