diff options
author | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-09-01 11:49:55 +0000 |
---|---|---|
committer | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-09-01 11:49:55 +0000 |
commit | 700c1add1f7436a38297fddf4b113d26c14510e2 (patch) | |
tree | 0eba4a5589ef43d8cea667fa1de2f864e3db6680 /lib/SimpleSAML/Module.php | |
parent | 78670a3830fe6ad43173abb7e8cbf1b2f45fe96c (diff) | |
download | simplesamlphp-700c1add1f7436a38297fddf4b113d26c14510e2.zip simplesamlphp-700c1add1f7436a38297fddf4b113d26c14510e2.tar.gz simplesamlphp-700c1add1f7436a38297fddf4b113d26c14510e2.tar.bz2 |
Short tag is not allowed in simplesamlphp!!!
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@849 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/Module.php')
-rw-r--r-- | lib/SimpleSAML/Module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Module.php b/lib/SimpleSAML/Module.php index 9d0f1fd..b61ec2d 100644 --- a/lib/SimpleSAML/Module.php +++ b/lib/SimpleSAML/Module.php @@ -1,4 +1,4 @@ -<? +<?php /** * Helper class for accessing information about modules. |