WordPress/index.php

5 lines
94 B
PHP

<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>