From 866c47ec603595e8fe67da5f0e5d162a70b1f7b4 Mon Sep 17 00:00:00 2001 From: cookie Date: Sun, 6 Nov 2005 17:14:25 +0000 Subject: move files git-svn-id: svn://svn.cccv.de/engel-system@20 29ba0400-6e00-0410-a75a-ca02368028f8 --- nonpublic/passwort.php | 58 -------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100755 nonpublic/passwort.php (limited to 'nonpublic/passwort.php') diff --git a/nonpublic/passwort.php b/nonpublic/passwort.php deleted file mode 100755 index 37860946..00000000 --- a/nonpublic/passwort.php +++ /dev/null @@ -1,58 +0,0 @@ - - -Hier kannst du dein Kennwort für unsere Himmelsverwaltung ändern.

- -
- - - - - -
Altes Passwort:
Neues Passwort:
Passwortbestätigung:
- -
- ok.
"; - echo "Check, ob altes Passwort ok ist."; - $sql = "select * from User where UID=".$_SESSION['UID']; - $Erg = mysql_query($sql, $con); - if (md5($old)==mysql_result($Erg, $i, "Passwort")) { - echo "-> ok.
"; - echo "Setzen des neuen Kennwortes...: "; - $usql = "update User set Passwort='".md5($new1)."' where UID=".$_SESSION['UID']; - $Erg = mysql_query($usql, $con); - if ($Erg==1) { - echo "Neues Kennwort wurde gesetzt."; - } else { - echo "Ein Fehler ist trotzdem noch aufgetreten. Probiere es einfach nocheinmal :)"; - } - - - } else { - echo "-> nicht ok.
"; - echo "Altes Kennwort ist nicht ok. Bitte wiederholen.
"; - } - - } else { - echo "Kennwörter sind nicht gleich. Bitte wiederholen."; - } - - } else { - echo "Ungültiger Aufruf!\n"; - } -} - -include ("./inc/footer.php"); -?> -- cgit v1.2.3-70-g09d2