src/web/index.php
author Riwad Salim <riwad.salim@yahoo.fr>
Wed, 04 Sep 2019 17:01:28 +0200
changeset 36 2cb2ab7d1b7d
parent 0 800e4a6ab128
permissions -rw-r--r--
Added tag 0.6 for changeset 7868b794e6cc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
800e4a6ab128 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?php
800e4a6ab128 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
800e4a6ab128 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
/** WordPress view bootstrapper */
800e4a6ab128 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
define('WP_USE_THEMES', true);
800e4a6ab128 First commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
require __DIR__ . '/wp/wp-blog-header.php';