src/web/index.php
author ymh <ymh.work@gmail.com>
Fri, 14 Jun 2019 15:31:08 +0200
changeset 17 b9893f06a5f5
parent 0 800e4a6ab128
permissions -rw-r--r--
Added tag 0.2 for changeset 5262886e8acf

<?php

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