diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-11 17:09:30 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-11 17:09:30 +0200 |
commit | 3a31cebd1d39a6bcec2c22cbced60ca9d6177a42 (patch) | |
tree | 3cce86da26c408841e69bdee4e2ba012e0c72e47 /includes/login_eingabefeld.php | |
parent | ebecae2ccc37c8930245a562852c035d5ce8d5a1 (diff) | |
parent | 80a1a65aefcd2f33951dc60c72d29df1ad19b187 (diff) |
merge special_includes_camp
Diffstat (limited to 'includes/login_eingabefeld.php')
-rwxr-xr-x | includes/login_eingabefeld.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/includes/login_eingabefeld.php b/includes/login_eingabefeld.php deleted file mode 100755 index bed1a2fd..00000000 --- a/includes/login_eingabefeld.php +++ /dev/null @@ -1,18 +0,0 @@ -<?PHP -include ("config.php"); - -echo "<form action=\"". $url. $ENGEL_ROOT. "nonpublic/index.php\" method=\"post\">"; -echo "<table>\n". - "\t<tr>". - "\t\t<td align=\"right\">". Get_Text("index_lang_nick"). "</td>". - "\t\t<td><input type=\"text\" name=\"user\" size=\"23\"></td>". - "\t</tr>". - "\t<tr>". - "\t\t<td align=\"right\">". Get_Text("index_lang_pass"). "</td>". - "\t\t<td><input type=\"password\" name=\"password\" size=\"23\"></td>". - "\t</tr>". - "</table>". - "<br><input type=\"submit\" value=\"". Get_Text("index_lang_send"). "\">"; -echo "</form>"; - - |