Project

General

Profile

« Previous | Next » 

Revision 1359

Added by Dietmar over 13 years ago

upgrade FCKeditor to Version 2.6.6

View differences:

commands.php
1 1
<?php
2 2
/*
3 3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
5 5
 *
6 6
 * == BEGIN LICENSE ==
7 7
 *
......
234 234

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

  
237

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

  
279 278
	exit ;
280 279
}
281
?>
280
?>

Also available in: Unified diff