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:

browse.php
48 48
	$admin->print_error($MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH']);
49 49
}
50 50

  
51
if(!file_exists(WB_PATH.'/media'.$directory)) {
51
if(!file_exists(WB_PATH.MEDIA_DIRECTORY.$directory)) {
52 52
	$admin->print_header();
53 53
	$admin->print_error($MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST']);
54 54
}

Also available in: Unified diff