Advertisement
fevzi02

7Lab_test.php

Apr 7th, 2022
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.     if (!isset($_COOKIE['baner_time'])) setcookie("baner_time", "true", time()+300);
  3.     header ('Location: index.php');
  4. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement