diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 15:50:56 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 15:50:56 -0400 |
| commit | f5bdbfca6e34e35231ab7ae72241c152b047f86b (patch) | |
| tree | 19363ad9e7d69df5446ccc641d71688ffe8f2a65 /src | |
| parent | 13989a4e7cb4453225762dab6b5e5a7565b43df8 (diff) | |
| download | phorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.tar.gz phorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.zip | |
FIX: Combine auth.php to login.php
Diffstat (limited to 'src')
| -rw-r--r-- | src/openid/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openid/config.php b/src/openid/config.php index fdec5e1..76ebc6a 100644 --- a/src/openid/config.php +++ b/src/openid/config.php @@ -41,7 +41,7 @@ $returnTo = $base . dirname($_SERVER['PHP_SELF']); if ($returnTo[strlen($returnTo) - 1] != '/') { $returnTo .= '/'; } -$returnTo .= 'auth'; +$returnTo .= 'login'; // SQL storage example // $storeOptions = array( |
