From f3cfc430d825075e8d7a95f89c15c2d68e7b72a3 Mon Sep 17 00:00:00 2001 From: Jeremy Byron Schulz Date: Sun, 26 Nov 2017 15:18:17 +0100 Subject: [PATCH] changed header file name --- README.md | 2 +- header.php => oauth-header.php | 0 oauth.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename header.php => oauth-header.php (100%) diff --git a/README.md b/README.md index 0e1c828..61b5386 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Then you can either work directly in the sso dir or you copy the index.php to yo export webdir= export ssodir= 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 diff --git a/header.php b/oauth-header.php similarity index 100% rename from header.php rename to oauth-header.php diff --git a/oauth.php b/oauth.php index fc1c2d1..78f5650 100644 --- a/oauth.php +++ b/oauth.php @@ -1,5 +1,5 @@