Skip to content

Commit 9f03ca2

Browse files
authored
Merge pull request SAML-Toolkits#482 from tedchou12/patch-1
Update README.md
2 parents 88c5e59 + 57902c4 commit 9f03ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ This code will provide the XML metadata file of our SP, based on the info that w
713713
<?php
714714

715715
define("TOOLKIT_PATH", '/var/www/php-saml/');
716-
require_once dirname(TOOLKIT_PATH.'/_toolkit_loader.php';
716+
require_once dirname(TOOLKIT_PATH.'/_toolkit_loader.php');
717717

718718
try {
719719
$auth = new OneLogin_Saml2_Auth();

0 commit comments

Comments
 (0)