Project

General

Profile

« Previous | Next » 

Revision 1199

Added by Dietmar over 14 years ago

Update FCKeditor Version 2.6.5 to Modulversion 2.9.3

View differences:

commands.php
232 232
							break ;
233 233
						}
234 234

  
235
						$permissions = 0777;
235
			                $permissions = defined('OCTAL_DIR_MODE') ? OCTAL_DIR_MODE : 0777;
236 236

  
237

  
237 238
						if ( isset( $Config['ChmodOnUpload'] ) && $Config['ChmodOnUpload'] )
238 239
						{
239 240
							$permissions = $Config['ChmodOnUpload'] ;
......
277 278

  
278 279
	exit ;
279 280
}
280
?>

281
?>

Also available in: Unified diff