summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-11-28 23:03:24 +0100
committerAngelo Cuccato <cuccato@web.de>2010-11-28 23:03:24 +0100
commitfa2a645343761610a5a1fd5a38e024335045e708 (patch)
tree85a8365744843ae19742bb1ea6ca0879f6c16ca0 /www-ssl
parent1e4779938497a580217cf0e082730c731282cd69 (diff)
bugfix url of change password
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/userChangeNormal.php2
-rwxr-xr-xwww-ssl/admin/userSaveNormal.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/admin/userChangeNormal.php b/www-ssl/admin/userChangeNormal.php
index 7bcca841..8c4c9989 100755
--- a/www-ssl/admin/userChangeNormal.php
+++ b/www-ssl/admin/userChangeNormal.php
@@ -67,7 +67,7 @@ if (IsSet($_GET["enterUID"]))
"<input type=\"text\" size=\"5\" name=\"eSize\" value=\"".
mysql_result($Erg, 0, "Size")."\"></td></tr>\n";
echo " <tr><td>Passwort</td><td>".
- "<a href=\"./user2.php?action=newpw&eUID="
+ "<a href=\"./userSaveNormal.php?action=newpw&eUID="
.mysql_result($Erg, 0, "UID")."\">neues Kennwort setzen</a></td></tr>\n";
// Gekommen?
diff --git a/www-ssl/admin/userSaveNormal.php b/www-ssl/admin/userSaveNormal.php
index 62ba44a3..58901938 100755
--- a/www-ssl/admin/userSaveNormal.php
+++ b/www-ssl/admin/userSaveNormal.php
@@ -92,7 +92,7 @@ if (IsSet($_GET["action"]))
$Erg = mysql_query($USQL, $con);
echo mysql_result($Erg, 0, "Nick");
echo "</b> eingeben:<br>";
- echo "<form action=\"./user2.php?action=newpwsave\" method=\"POST\">\n";
+ echo "<form action=\"./userSaveNormal.php?action=newpwsave\" method=\"POST\">\n";
echo "<input type=\"Password\" name=\"ePasswort\">";
echo "<input type=\"Password\" name=\"ePasswort2\">";
echo "<input type=\"hidden\" name=\"eUID\" value=\"". $_GET["eUID"]. "\">";