--- a/web/event_list.php Mon Nov 25 19:18:23 2013 +0100
+++ b/web/event_list.php Mon Nov 25 22:28:08 2013 +0100
@@ -102,7 +102,7 @@
if (stripos($ind_file, '.') !== 0) {
$token = base64_encode(
$iv .
- openssl_encrypt(
+ @openssl_encrypt(
$iv.$ind_file,
'aes256',
hash('sha256', SECRET, true),