src/web/index.php
author ymh <ymh.work@gmail.com>
Mon, 17 Jun 2019 18:09:10 +0200
changeset 27 03b0f48818d7
parent 0 800e4a6ab128
permissions -rw-r--r--
Add documentation on db import

<?php

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