src/web/index.php
author ymh <ymh.work@gmail.com>
Sat, 06 Mar 2021 09:11:45 +0100
changeset 43 e69c05bcd72c
parent 0 800e4a6ab128
permissions -rw-r--r--
Added tag 0.8 for changeset 5bb33f78b519

<?php

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