src/web/index.php
author ymh <ymh.work@gmail.com>
Wed, 24 Apr 2019 02:17:42 +0200
changeset 4 f0b7075b9496
parent 0 800e4a6ab128
permissions -rw-r--r--
Always launch composer install and add composer plugin prestissomo to speed up install

<?php

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