Revision 282
Added by stefan almost 19 years ago
include.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
$WB_DIRECTORY = substr(WB_PATH, strlen($_SERVER['DOCUMENT_ROOT'])).'/media/';
|
|
26 |
$WB_DIRECTORY = substr(WB_PATH, strlen($_SERVER['DOCUMENT_ROOT'])).MEDIA_DIRECTORY.'/';
|
|
27 | 27 |
|
28 | 28 |
?> |
29 | 29 |
|
Also available in: Unified diff
Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.