1<?php 2 3/** 4 * Compability with the old PHP Toolkit 5 */ 6 7define('ONELOGIN_SAML_DIR', 'lib/Saml/'); 8require_once ONELOGIN_SAML_DIR . 'AuthRequest.php'; 9require_once ONELOGIN_SAML_DIR . 'Response.php'; 10require_once ONELOGIN_SAML_DIR . 'Settings.php'; 11require_once ONELOGIN_SAML_DIR . 'XmlSec.php'; 12require_once ONELOGIN_SAML_DIR . 'Metadata.php'; 13