summaryrefslogtreecommitdiff
path: root/www-ssl/admin
diff options
context:
space:
mode:
authorroot <root@www.engelsystem.de>2010-11-28 23:04:10 +0100
committerroot <root@www.engelsystem.de>2010-11-28 23:04:10 +0100
commit22afff97fa408a34d447ab5a96b00e2bd1e88298 (patch)
treee84a03326ef8eab14a64c19bbcd67c58e74fccb8 /www-ssl/admin
parent973e2ec4a6ac9047f14ef0d87cabd4dba30773cd (diff)
parentfa2a645343761610a5a1fd5a38e024335045e708 (diff)
Merge branch 'master' into spezial_includes
Diffstat (limited to 'www-ssl/admin')
-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 31e1bf49..9bdb308b 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 629ad31a..9c4a85ee 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"]. "\">";