Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $borlabsCookieData = !empty($_COOKIE['borlabs-cookie']) ? json_decode(stripslashes($_COOKIE['borlabs-cookie'])) : '';
- if (!empty($borlabsCookieData)) {
- echo "<h1>Debug</h1><pre style='position: relative; z-index:1000; background: #fefefe; border:1px solid #ccc;text-align: left;'>";
- print_r($borlabsCookieData);
- echo "</pre>";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement