src/web/index.php
author ymh <ymh.work@gmail.com>
Mon, 08 Mar 2021 16:17:44 +0100
changeset 45 02af213cad7d
parent 0 800e4a6ab128
permissions -rw-r--r--
Added tag 0.8.1 for changeset 75ec8b6829cc

<?php

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