1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-01-09 01:48:21 +01:00
WordPress/index.php
2005-02-13 20:38:28 +00:00

5 lines
95 B
PHP

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