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");
|
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 @@
|