From c9fe9e1cf781276904dd9978562d201d4351b55c Mon Sep 17 00:00:00 2001 From: Holger Lindemann Date: Fri, 13 Mar 2009 07:45:19 +0000 Subject: [PATCH] =?utf8?q?fehlende=20Fehlermeldungsdatei=20+=20falscher=20?= =?utf8?q?regex=20f=C3=BCr=20cookie?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lxo-import/import_lib.php | 2 +- lxo-import/ups.html | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 lxo-import/ups.html diff --git a/lxo-import/import_lib.php b/lxo-import/import_lib.php index d8b2259c1..6fef1ecf0 100644 --- a/lxo-import/import_lib.php +++ b/lxo-import/import_lib.php @@ -302,7 +302,7 @@ function anmelden() { $dbhost=($hits[1])?$hits[1]:"localhost"; preg_match("/'port'[ ]*=> '(.+)'/",$tmp,$hits); $dbport=($hits[1])?$hits[1]:"5432"; - preg_match("/^[ ]*\$self->\{cookie_name\}[ ]*=[ ]*'(.+)'/",$tmp,$hits); + preg_match("/[ ]*\\\$self->\{cookie_name\}[ ]*=[ ]*'(.+)'/",$tmp,$hits); $cookiename=$hits[1]; if (!$cookiename) $cookiename='lx_office_erp_session_id'; $cookie=$_COOKIE[$cookiename]; diff --git a/lxo-import/ups.html b/lxo-import/ups.html new file mode 100644 index 000000000..0f91e2d3f --- /dev/null +++ b/lxo-import/ups.html @@ -0,0 +1,19 @@ + + + + + + +

+ Uups! +

+

+ Die Session auf dem Server oder das Cookie wurden gelöscht oder sind nicht mehr gültig! +

+ - Sie haben eine bestimmte Zeit nicht mehr mit dem System gearbeitet - +

+

+ Bitte melden Sie sich neu an oder klicken Sie auf einen Hauptmenüpunkt. +

+
+ -- 2.20.1