src/web/index.php
author ymh <ymh.work@gmail.com>
Mon, 17 Jun 2019 12:56:05 +0200
changeset 23 5249c3c623a6
parent 0 800e4a6ab128
permissions -rw-r--r--
Add a command to dump the database

<?php

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