Modify ↓
Opened 12 years ago
Closed 12 years ago
#98 closed Aufgabe (fixed)
DIR_WS_BASE Pfad in r5484 korrigieren
| Reported by: | Torsten Riemer | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Shop | Version: | trunk |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Meine Änderung aus r5484 wird so nicht in der "/(admin/)includes/paths.php" funktionieren. Ich habe den Block jetzt erstmal einfach nur aus der "apllication_top.php" verschoben:
$ssl_proxy = '';
if ($request_type == 'SSL' && ENABLE_SSL == true && defined('USE_SSL_PROXY') && USE_SSL_PROXY == true) {
$ssl_proxy = '/' . $_SERVER['HTTP_HOST'];
}
define('DIR_WS_BASE', $ssl_proxy . preg_replace('/\\' . DIRECTORY_SEPARATOR . '\/|\/\//', '/', dirname($PHP_SELF) . '/'));
Das müsste nochmal überarbeitet werden.
Attachments (0)
Change History (5)
comment:3 by , 12 years ago
| Resolution: | → closed |
|---|---|
| Status: | new → closed |
comment:4 by , 12 years ago
| Resolution: | closed |
|---|---|
| Status: | closed → reopened |
comment:5 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.

Bitte noch den Block
statt in der application_top.php besser in der Datei /includes/paths.php vor define('DIR_WS_BASE') aufnehmen, dann sollte es passen. Ansonsten ist $PHP_SELF nicht gefüllt.