commit | b78c879233194b8852faf32b37c222fc8f3a2d9e | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Sun Sep 22 14:51:13 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Sun Sep 22 14:51:13 2019 +0200 |
tree | 783b0bb30dc2a72929bd921f544373428a60a822 | |
parent | 543e70c7b8c24e14e9c5254960626903b6944220 [diff] [blame] |
Fixed bug + added insert
diff --git a/dead.php b/dead.php index 69bd671..979eb27 100644 --- a/dead.php +++ b/dead.php
@@ -1,3 +1,7 @@ -<?php +<?php + // Forget cookies + setcookie('user', '', -1, "/"); + setcookie('password', '', -1, "/"); + echo "R.I.P."; ?>