src/web/index.php
author ymh <ymh.work@gmail.com>
Mon, 17 Jun 2019 17:53:36 +0200
changeset 26 2f63751d1639
parent 0 800e4a6ab128
permissions -rw-r--r--
add missing file

<?php

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