One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
Edit File Name :
41147d131d661d5cde1e25e37867c874d62f41c6.php
<div class="js-cookie-consent cookie-consent"> <?php $parsedUrl = parse_url(url()->current()); $host = $parsedUrl['host']; $cookieText = ''; $cookieBtnText = ''; if (!empty($cookieAlertInfo) && \Request::getHost() != env('WEBSITE_HOST')) { $cookieText = $cookieAlertInfo->cookie_alert_text; $cookieBtnText = $cookieAlertInfo->cookie_alert_btn_text; dd('painai'); } else { if (!empty($cookieAlertInfo) && !empty(Request::route('username'))) { $cookieText = $cookieAlertInfo->cookie_alert_text; $cookieBtnText = $cookieAlertInfo->cookie_alert_button_text; } else { if (!empty($be->cookie_alert_text)) { $cookieText = $be->cookie_alert_text; } if (!empty($be->cookie_alert_button_text)) { $cookieBtnText = $be->cookie_alert_button_text; } } } ?> <div class="container"> <div class="cookie-container"> <span class="cookie-consent__message"> <?php echo replaceBaseUrl($cookieText); ?> </span> <button class="js-cookie-consent-agree cookie-consent__agree"> <?php echo e($cookieBtnText); ?> </button> </div> </div> </div> <?php /**PATH /home/business/public_html/resources/views/vendor/cookie-consent/dialogContents.blade.php ENDPATH**/ ?>
Save