summaryrefslogtreecommitdiffstats
path: root/index.php
blob: e5076a80b68bdafc203f3f4c62fd19ec1968a822 (plain)
1
2
3
4
5
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>