Files

6 lines
118 B
PHP
Raw Permalink Normal View History

2018-06-14 16:49:28 +02:00
<?php
2018-07-30 08:54:41 +02:00
/** WordPress view bootstrapper */
2018-06-14 16:49:28 +02:00
define('WP_USE_THEMES', true);
2018-07-30 08:54:41 +02:00
require(__DIR__ . '/wp/wp-blog-header.php');