Advertisement
borlabs

Borlabs Cookie Data

Sep 4th, 2019
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. $borlabsCookieData = !empty($_COOKIE['borlabs-cookie']) ? json_decode(stripslashes($_COOKIE['borlabs-cookie'])) : '';
  2.  
  3. if (!empty($borlabsCookieData)) {
  4.     echo "<h1>Debug</h1><pre style='position: relative; z-index:1000; background: #fefefe; border:1px solid #ccc;text-align: left;'>";
  5.     print_r($borlabsCookieData);
  6.     echo "</pre>";
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement