changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
--- a/wp/wp-includes/ms-settings.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/ms-settings.php Fri Sep 05 18:52:52 2025 +0200 @@ -10,6 +10,11 @@ * @since 3.0.0 */ +// Don't load directly. +if ( ! defined( 'ABSPATH' ) ) { + die( '-1' ); +} + /** * Objects representing the current network and current site. *