aboutsummaryrefslogtreecommitdiff
path: root/src/openid/config.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 15:50:56 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 15:50:56 -0400
commitf5bdbfca6e34e35231ab7ae72241c152b047f86b (patch)
tree19363ad9e7d69df5446ccc641d71688ffe8f2a65 /src/openid/config.php
parent13989a4e7cb4453225762dab6b5e5a7565b43df8 (diff)
downloadphorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.tar.gz
phorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.zip
FIX: Combine auth.php to login.php
Diffstat (limited to 'src/openid/config.php')
-rw-r--r--src/openid/config.php2
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(