File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<?php
2-
2+ require_once ( ' Settings.php ' );
33/**
44 * Create a SAML authorization request.
55 */
@@ -74,4 +74,4 @@ protected function _getTimestamp()
7474 date_default_timezone_set ($ defaultTimezone );
7575 return $ timestamp ;
7676 }
77- }
77+ }
Original file line number Diff line number Diff line change 22
33define ('TEST_ROOT ' , __DIR__ );
44
5- define ('XMLSECLIBS_DIR ' , './. ./ext/xmlseclibs/ ' );
6- require XMLSECLIBS_DIR . 'xmlseclibs.php ' ;
5+ define ('XMLSECLIBS_DIR ' , '../ext/xmlseclibs/ ' );
6+ require_once XMLSECLIBS_DIR . 'xmlseclibs.php ' ;
77
8- define ('ONELOGIN_SAML_DIR ' , './. ./src/OneLogin/Saml/ ' );
9- require ONELOGIN_SAML_DIR . 'AuthRequest.php ' ;
10- require ONELOGIN_SAML_DIR . 'Response.php ' ;
11- require ONELOGIN_SAML_DIR . 'Settings.php ' ;
12- require ONELOGIN_SAML_DIR . 'XmlSec.php ' ;
8+ define ('ONELOGIN_SAML_DIR ' , '../src/OneLogin/Saml/ ' );
9+ require_once ONELOGIN_SAML_DIR . 'AuthRequest.php ' ;
10+ require_once ONELOGIN_SAML_DIR . 'Response.php ' ;
11+ require_once ONELOGIN_SAML_DIR . 'Settings.php ' ;
12+ require_once ONELOGIN_SAML_DIR . 'XmlSec.php ' ;
1313
14- date_default_timezone_set ('America/Los_Angeles ' );
14+ date_default_timezone_set ('America/Los_Angeles ' );
You can’t perform that action at this time.
0 commit comments