Skip to content

Commit

Permalink
Changed directory location of simplesamlphp to match conversion to st…
Browse files Browse the repository at this point in the history
…andard

simplesamlphp_project/app
  • Loading branch information
wapoillion committed Nov 9, 2018
1 parent 5767031 commit 4959adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syllabusTracker/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// SimpleSAML
// Require authentication to access page
require_once('../../../simplesamlphp/lib/_autoload.php');
require_once('../../../simplesamlphp_project/app/lib/_autoload.php');
$auth = new SimpleSAML_Auth_Simple('default-sp');
$auth->requireAuth();

Expand Down
2 changes: 1 addition & 1 deletion syllabusTracker_pp/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// SimpleSAML
// Require authentication to access page
require_once('../../../simplesamlphp/lib/_autoload.php');
require_once('../../../simplesamlphp_project/app/lib/_autoload.php');
$auth = new SimpleSAML_Auth_Simple('default-sp');
$auth->requireAuth();

Expand Down

0 comments on commit 4959adc

Please sign in to comment.