From 9cc49b9792bad9c1cab576fe6e728e125480404a Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 26 Mar 2020 09:25:38 -0500 Subject: [PATCH] remover cookies y piwik --- index.php | 6 +++--- milfs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 6093ade..91c89a6 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ $xajax->processRequests(); $timestamp=time(); - setcookie("timestamp",$timestamp,($timestamp + 5000)); + //setcookie("timestamp",$timestamp,($timestamp + 5000)); $_SESSION['timestamp']= $timestamp; ?> @@ -1792,7 +1792,7 @@ $(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) { - + + Piwik Code -->