src/web/index.php
author salimr <riwad.salim@yahoo.fr>
Tue, 14 May 2019 12:09:35 +0200
changeset 11 2c9f9128c49b
parent 0 800e4a6ab128
permissions -rw-r--r--
Add links to partners logo
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';