src/web/index.php
author ymh <ymh.work@gmail.com>
Fri, 14 Jun 2019 14:36:17 +0200
changeset 14 30f2ac9a7656
parent 0 800e4a6ab128
permissions -rw-r--r--
Add command to deploy batabase

<?php

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