From dd1b2ba461bb86d9cd49c06c6c01d2d4051bd3be Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 3 Nov 2011 12:41:57 +0000 Subject: [PATCH] Utils_Crypt: Fix PHP start tag. Avoid using the short tag style, since it may be disabled. Thanks to Thijs Kinkhorst for identifying this bug. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2973 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Utils/Crypto.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Utils/Crypto.php b/lib/SimpleSAML/Utils/Crypto.php index da017b91a..2ca47b658 100644 --- a/lib/SimpleSAML/Utils/Crypto.php +++ b/lib/SimpleSAML/Utils/Crypto.php @@ -1,4 +1,5 @@ -<? +<?php + /** * A class for crypto related functions * -- GitLab