diff options
author | Olav Morken <olav.morken@uninett.no> | 2011-11-03 12:41:57 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2011-11-03 12:41:57 +0000 |
commit | dd1b2ba461bb86d9cd49c06c6c01d2d4051bd3be (patch) | |
tree | 112e1e2f62427e1da161df03d933f76f4753c4b2 /lib/SimpleSAML/Utils | |
parent | e4b95abd66ec685079a700cd3716510635a4ec2d (diff) | |
download | simplesamlphp-dd1b2ba461bb86d9cd49c06c6c01d2d4051bd3be.zip simplesamlphp-dd1b2ba461bb86d9cd49c06c6c01d2d4051bd3be.tar.gz simplesamlphp-dd1b2ba461bb86d9cd49c06c6c01d2d4051bd3be.tar.bz2 |
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
Diffstat (limited to 'lib/SimpleSAML/Utils')
-rw-r--r-- | lib/SimpleSAML/Utils/Crypto.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Utils/Crypto.php b/lib/SimpleSAML/Utils/Crypto.php index da017b9..2ca47b6 100644 --- a/lib/SimpleSAML/Utils/Crypto.php +++ b/lib/SimpleSAML/Utils/Crypto.php @@ -1,4 +1,5 @@ -<? +<?php + /** * A class for crypto related functions * |