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