web/event_list.php
changeset 1000 c294569b0725
parent 998 bf99ad0ba5ff
child 1001 df016fc8bbdb
--- 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),