Skip to content

Commit 8750724

Browse files
author
tbpeders
committed
Merge pull request SAML-Toolkits#9 from jimpsson/master
Fixing demo issues
2 parents f7ce515 + 95d81cc commit 8750724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demo/settings.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
*/
2020

2121
define('XMLSECLIBS_DIR', './../ext/xmlseclibs/');
22-
require XMLSECLIBS_DIR . 'xmlseclibs.php';
22+
require_once XMLSECLIBS_DIR . 'xmlseclibs.php';
2323

2424
define('ONELOGIN_SAML_DIR', './../src/OneLogin/Saml/');
25-
require ONELOGIN_SAML_DIR . 'AuthRequest.php';
26-
require ONELOGIN_SAML_DIR . 'Response.php';
27-
require ONELOGIN_SAML_DIR . 'Settings.php';
28-
require ONELOGIN_SAML_DIR . 'XmlSec.php';
25+
require_once ONELOGIN_SAML_DIR . 'AuthRequest.php';
26+
require_once ONELOGIN_SAML_DIR . 'Response.php';
27+
require_once ONELOGIN_SAML_DIR . 'Settings.php';
28+
require_once ONELOGIN_SAML_DIR . 'XmlSec.php';
2929

3030
$settings = new OneLogin_Saml_Settings();
3131

0 commit comments

Comments
 (0)