Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 3, 2010
1 parent 8cce2ef commit 13bef14
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 4 deletions.
4 changes: 2 additions & 2 deletions auth.php
Expand Up @@ -3,7 +3,7 @@
header("HTTP/1.0 307 Temporary redirect");
header('Content-type: text/plain; charset=UTF-8');

start_session();
session_start();

if (isset($_GET['logout']))
{
Expand Down Expand Up @@ -55,7 +55,7 @@
try
{
$openid = new LightOpenID;
$okay = openid->validate();
$okay = $openid->validate();
} // try
catch (ErrorException $e)
{
Expand Down

0 comments on commit 13bef14

Please sign in to comment.