From 41dee8c9c3a2d75b723d191dcc1c8b65793c8096 Mon Sep 17 00:00:00 2001 From: ichdasich Date: Sat, 27 Sep 2008 19:29:08 +0000 Subject: fixes in ../includes git-svn-id: svn://svn.cccv.de/engel-system@300 29ba0400-6e00-0410-a75a-ca02368028f8 --- default-conf/www-ssl/inc/config_db.php | 2 +- includes/crypt.php | 2 +- includes/error_handler.php | 2 +- includes/footer.php | 6 +++--- includes/funktion_SendMessenges.php | 2 +- includes/funktion_modem.php | 2 +- includes/funktion_schichtplan_aray.php | 2 +- includes/header.php | 20 ++++++++++---------- includes/login_eingabefeld.php | 2 +- includes/menu.php | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/default-conf/www-ssl/inc/config_db.php b/default-conf/www-ssl/inc/config_db.php index 19ba57d2..d959be90 100755 --- a/default-conf/www-ssl/inc/config_db.php +++ b/default-conf/www-ssl/inc/config_db.php @@ -1,5 +1,5 @@ @@ -45,8 +45,8 @@ if( $_SESSION['Menu'] =="R") include("./menu.php");
© copyleft - Kontakt
diff --git a/includes/funktion_SendMessenges.php b/includes/funktion_SendMessenges.php index 893c6600..d71e4804 100644 --- a/includes/funktion_SendMessenges.php +++ b/includes/funktion_SendMessenges.php @@ -3,7 +3,7 @@ function SendData($Data) { - include("./config_MessegeServer.php"); + include("config_MessegeServer.php"); // Create a UDP socket $sock = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); //send packed diff --git a/includes/funktion_modem.php b/includes/funktion_modem.php index ffc5b9c2..3a74e0f8 100755 --- a/includes/funktion_modem.php +++ b/includes/funktion_modem.php @@ -1,5 +1,5 @@ diff --git a/includes/header.php b/includes/header.php index 4a62f630..06201dc3 100755 --- a/includes/header.php +++ b/includes/header.php @@ -1,17 +1,17 @@ $_SERVER['REMOTE_ADDR'])) header("Location: $url". substr($ENGEL_ROOT,1) ); } -include ("./UserCVS.php"); +include ("UserCVS.php"); //UPdate LASTlogin @@ -116,7 +116,7 @@ if( isset($_SESSION['CVS']["nonpublic/messages.php"])) diff --git a/includes/login_eingabefeld.php b/includes/login_eingabefeld.php index ff26f65f..437e030d 100755 --- a/includes/login_eingabefeld.php +++ b/includes/login_eingabefeld.php @@ -1,7 +1,7 @@
nonpublic/index.php" method="post"> diff --git a/includes/menu.php b/includes/menu.php index dcb80b84..6133b856 100755 --- a/includes/menu.php +++ b/includes/menu.php @@ -51,7 +51,7 @@ if( isset($_SESSION['UID']))
-- cgit v1.2.3-54-g00ecf