ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
xmlseclibs.php
Go to the documentation of this file.
1 <?php
43 $xmlseclibs_srcdir = dirname(__FILE__) . '/src/';
44 require $xmlseclibs_srcdir . '/XMLSecurityKey.php';
45 require $xmlseclibs_srcdir . '/XMLSecurityDSig.php';
46 require $xmlseclibs_srcdir . '/XMLSecEnc.php';
47 require $xmlseclibs_srcdir . '/Utils/XPath.php';
$xmlseclibs_srcdir
xmlseclibs.php
Definition: xmlseclibs.php:43