summaryrefslogtreecommitdiff
path: root/nonpublic/index.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-10-21 16:45:07 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-10-21 16:45:07 +0000
commitca393d00c26dec7722f249aea75bcd71a4268bac (patch)
tree8d845ae3293e70efda7a44117356531b48321630 /nonpublic/index.php
parent92839966eb430c642841d4e1abf12fe6667bc067 (diff)
bugfix eingabefeld: ausgabe der fehlermeldungen wieder aktiv
coptimize beamer ausgabe git-svn-id: svn://svn.cccv.de/engel-system@4 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'nonpublic/index.php')
-rwxr-xr-xnonpublic/index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/nonpublic/index.php b/nonpublic/index.php
index 1aaf237e..0646714e 100755
--- a/nonpublic/index.php
+++ b/nonpublic/index.php
@@ -1,7 +1,7 @@
<?
-
$title = "Index";
$header = "Index";
+$Page["Public"] = "Y";
include ("./inc/db.php");
include ("./inc/crypt.php");
@@ -17,7 +17,6 @@ if (!IsSet($_SESSION['UID'])) {
// anzahl zeilen
$user_anz = mysql_num_rows($userstring);
-
if ($user_anz == 1) { // Check, ob User angemeldet wird...
if (mysql_result($userstring, 0, "Passwort") == PassCrypt($password)) { // Passwort ok...
// Session wird eingeleitet und Session-Variablen gesetzt..
@@ -60,7 +59,6 @@ if (!IsSet($_SESSION['UID'])) {
include ("./inc/header.php");
echo Get_Text("pub_index_pass_no_ok");
- die();
include ("./inc/login_eingabefeld.php");
} // Ende Passwort-Check
@@ -100,8 +98,6 @@ else
<?
include ("./inc/footer.php");
-
-
?>