Skip to content

Commit

Permalink
changed header file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbs1 committed Nov 26, 2017
1 parent a3a0154 commit f3cfc43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then you can either work directly in the sso dir or you copy the index.php to yo
export webdir=<path to webdir>
export ssodir=<path to sso-repo dir>
cp $ssodir/index.php $webdir
ln -vsf $ssodir/header.php $webdir
ln -vsf $ssodir/oauth-header.php $webdir
ln -vsf $ssodir/oauth.php $webdir
ln -vsf $ssodir/oauth-func.php $webdir
ln -vsf $ssodir/ses-info.php $webdir
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion oauth.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once('header.php');
require_once('oauth-header.php');


// If we don't have an authorization code then get one
Expand Down

0 comments on commit f3cfc43

Please sign in to comment.