Skip to content

Commit

Permalink
Arrumado watch.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kaway404 authored Dec 4, 2017
1 parent 0c48455 commit 3024b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watch.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

$inicio = $user['datec'];
$expirado = $user['expirado'];);
$expirado = date('Y-m-d', strtotime('+43700 min'));
if (strtotime($inicio) >= strtotime($expirado)) {
setcookie("iduser" , "");
setcookie("inisession" , "");
Expand Down Expand Up @@ -670,4 +670,4 @@ function showplayer(){

<?php } ?>

</html>
</html>

0 comments on commit 3024b69

Please sign in to comment.