Project

General

Profile

« Previous | Next » 

Revision 282

Added by stefan over 18 years ago

Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.

View differences:

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