diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/index.php --- a/wp/index.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/index.php Tue Dec 15 13:49:49 2020 +0100 @@ -14,4 +14,4 @@ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ -require( dirname( __FILE__ ) . '/wp-blog-header.php' ); +require __DIR__ . '/wp-blog-header.php';