Skip to content

Commit

Permalink
Merge pull request #9 from jimpsson/master
Browse files Browse the repository at this point in the history
Fixing demo issues
  • Loading branch information
tbpeders committed Oct 25, 2012
2 parents f7ce515 + 95d81cc commit 8750724
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
*/

define('XMLSECLIBS_DIR', './../ext/xmlseclibs/');
require XMLSECLIBS_DIR . 'xmlseclibs.php';
require_once XMLSECLIBS_DIR . 'xmlseclibs.php';

define('ONELOGIN_SAML_DIR', './../src/OneLogin/Saml/');
require ONELOGIN_SAML_DIR . 'AuthRequest.php';
require ONELOGIN_SAML_DIR . 'Response.php';
require ONELOGIN_SAML_DIR . 'Settings.php';
require ONELOGIN_SAML_DIR . 'XmlSec.php';
require_once ONELOGIN_SAML_DIR . 'AuthRequest.php';
require_once ONELOGIN_SAML_DIR . 'Response.php';
require_once ONELOGIN_SAML_DIR . 'Settings.php';
require_once ONELOGIN_SAML_DIR . 'XmlSec.php';

$settings = new OneLogin_Saml_Settings();

Expand Down

0 comments on commit 8750724

Please sign in to comment.