First customizations

- Move credentials.php to be a sample file.
- Change timezone to Europe/Madrid.
- Change event name.

Change-Id: Ia857dff139adf26fcab5a4be0c246fed1c56a42e
diff --git a/main.php b/main.php
index d9d0ae8..146237b 100644
--- a/main.php
+++ b/main.php
@@ -6,7 +6,7 @@
 	$usersdb = $credentials->usersdb;
 	$mortsdb = $credentials->mortsdb;
 	
-	date_default_timezone_set("Europe/Berlin");
+	date_default_timezone_set("Europe/Madrid");
 	
 	$user = $_COOKIE['user']; // (int)$_POST['user'];
 	$password = $_COOKIE['password']; // isset($_POST['password']) ? md5($_POST['password']) : '';