OwlCyberSecurity - MANAGER
Edit File: index.php0
<?php /** * Front to the WordPress application. * Loads wp-blog-header.php and outputs the theme. * * @package WordPress */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and template */ require __DIR__ . '/wp-blog-header.php';