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