Revision c9fe9e1c
Von Holger Lindemann vor mehr als 15 Jahren hinzugefügt
lxo-import/import_lib.php | ||
---|---|---|
302 | 302 |
$dbhost=($hits[1])?$hits[1]:"localhost"; |
303 | 303 |
preg_match("/'port'[ ]*=> '(.+)'/",$tmp,$hits); |
304 | 304 |
$dbport=($hits[1])?$hits[1]:"5432"; |
305 |
preg_match("/^[ ]*\$self->\{cookie_name\}[ ]*=[ ]*'(.+)'/",$tmp,$hits);
|
|
305 |
preg_match("/[ ]*\\\$self->\{cookie_name\}[ ]*=[ ]*'(.+)'/",$tmp,$hits);
|
|
306 | 306 |
$cookiename=$hits[1]; |
307 | 307 |
if (!$cookiename) $cookiename='lx_office_erp_session_id'; |
308 | 308 |
$cookie=$_COOKIE[$cookiename]; |
lxo-import/ups.html | ||
---|---|---|
1 |
<!-- $Id: ups.html 3212 2008-05-29 08:57:18Z hlindemann $ --> |
|
2 |
<html> |
|
3 |
<head><title></title> |
|
4 |
<link type="text/css" REL="stylesheet" HREF="css/main.css"></link> |
|
5 |
</head> |
|
6 |
<body> |
|
7 |
<center><h1> |
|
8 |
Uups! |
|
9 |
</h1> |
|
10 |
<h3> |
|
11 |
Die Session auf dem Server oder das Cookie wurden gelöscht oder sind nicht mehr gültig! |
|
12 |
</h3> |
|
13 |
- Sie haben eine bestimmte Zeit nicht mehr mit dem System gearbeitet - |
|
14 |
<br><br> |
|
15 |
<h3> |
|
16 |
Bitte melden Sie sich neu an oder klicken Sie auf einen Hauptmenüpunkt. |
|
17 |
</h3> |
|
18 |
</center> |
|
19 |
</html> |
Auch abrufbar als: Unified diff
fehlende Fehlermeldungsdatei + falscher regex für cookie