src/web/index.php
author ymh <ymh.work@gmail.com>
Tue, 23 Apr 2019 15:50:12 +0200
changeset 0 800e4a6ab128
permissions -rw-r--r--
First commit

<?php

/** WordPress view bootstrapper */
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';