Wordpress/index.php
2006-11-19 07:56:05 +00:00

5 lines
94 B
PHP

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