Project

General

Profile

« Previous | Next » 

Revision 1425

Added by Dietmar almost 14 years ago

redefined wrong admin backlinks

View differences:

browse.php
82 82

  
83 83
// Check to see if it contains ../
84 84
if (!check_media_path($directory)) {
85
	$admin->print_header();
85
	// $admin->print_header();
86 86
	$admin->print_error($MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH']);
87 87
}
88 88

  
89 89
if(!file_exists(WB_PATH.MEDIA_DIRECTORY.$directory)) {
90
	$admin->print_header();
90
	// $admin->print_header();
91 91
	$admin->print_error($MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST']);
92 92
}
93 93

  

Also available in: Unified diff