Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Nov 3, 2012
1 parent a143a85 commit ede4b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spieler.php
Expand Up @@ -33,7 +33,7 @@
die(); die();
header("Location: ".$_SERVER['PHP_SELF']); header("Location: ".$_SERVER['PHP_SELF']);
}elseif($_POST['uid'] == $session->uid){ }elseif($_POST['uid'] == $session->uid){
$database->updateUserField($session->uid,"password",md5($_POST['pw']),1); //$database->updateUserField($session->uid,"password",md5($_POST['pw']),1);
header("Location: ".$_SERVER['PHP_SELF']); header("Location: ".$_SERVER['PHP_SELF']);
} }
} }
Expand Down

0 comments on commit ede4b8d

Please sign in to comment.