commit | d3394e1accae91a2624805e4b08012483d99341f | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Nov 19 15:45:58 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Nov 19 15:45:58 2022 +0100 |
tree | fa2bd11769c971390441f71d10c8f03a3713c61f | |
parent | a9d49262a78f5088f3cb67e0d95d879b15186c95 [diff] [blame] |
First customizations - Move credentials.php to be a sample file. - Change timezone to Europe/Madrid. - Change event name. Change-Id: Ia857dff139adf26fcab5a4be0c246fed1c56a42e
diff --git a/dead.php b/dead.php index 0c3c758..294a6e5 100644 --- a/dead.php +++ b/dead.php
@@ -1,5 +1,5 @@ <?php - date_default_timezone_set("Europe/Berlin"); + date_default_timezone_set("Europe/Madrid"); // Forget cookies setcookie('user', '', -1, "/");