2025-11-04

This commit is contained in:
gcch 2025-11-04 13:21:41 +01:00
commit 71c35a497f
1626 changed files with 5652 additions and 1933 deletions

View file

@ -1,6 +1,8 @@
<?php
/**
* WordPress View Bootstrapper
* WordPress View Bootstrapper.
*/
define("WP_USE_THEMES", true);
require __DIR__ . "/wp/wp-blog-header.php";
define('WP_USE_THEMES', true);
require __DIR__.'/wp/wp-blog-header.php';