| Server IP : 209.172.2.30 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux server103.orangehost.com 3.10.0-962.3.2.lve1.5.78.el7.x86_64 #1 SMP Fri Feb 17 08:16:56 UTC 2023 x86_64 User : elieihic ( 1117) PHP Version : 8.1.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/elieihic/ceaconsulting.rw/ |
Upload File : |
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}