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, "/");