1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-09 13:19:20 +01:00
WordPress/index.php

5 lines
94 B
PHP

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