src/web/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Wed, 04 Sep 2019 16:59:11 +0200
changeset 35 7868b794e6cc
parent 0 800e4a6ab128
permissions -rw-r--r--
edit css and README

<?php

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