diff options
author | root <root@www.engelsystem.de> | 2010-11-28 23:04:10 +0100 |
---|---|---|
committer | root <root@www.engelsystem.de> | 2010-11-28 23:04:10 +0100 |
commit | 22afff97fa408a34d447ab5a96b00e2bd1e88298 (patch) | |
tree | e84a03326ef8eab14a64c19bbcd67c58e74fccb8 | |
parent | 973e2ec4a6ac9047f14ef0d87cabd4dba30773cd (diff) | |
parent | fa2a645343761610a5a1fd5a38e024335045e708 (diff) |
Merge branch 'master' into spezial_includes
-rwxr-xr-x | DB/SDrohnen.sql | 2 | ||||
-rwxr-xr-x | www-ssl/admin/userChangeNormal.php | 2 | ||||
-rwxr-xr-x | www-ssl/admin/userSaveNormal.php | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/DB/SDrohnen.sql b/DB/SDrohnen.sql index 40cce603..8cb4fc42 100755 --- a/DB/SDrohnen.sql +++ b/DB/SDrohnen.sql @@ -572,8 +572,6 @@ INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/shiftadd.php' INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/shiftadd.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/schichtplan_druck.php', 'DE', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/schichtplan_druck.php', 'EN', ' ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/user2.php', 'DE', ' ');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/user2.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dbUpdateFromXLS.php', 'DE', 'UpdateDB');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dbUpdateFromXLS.php', 'EN', 'UpdateDB');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/dect.php', 'DE', 'Dect');
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"]. "\">"; |