Index: branches/5.2.x/core/ckeditor/ckfinder/ckfinder.php =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/ckfinder.php (.../ckfinder.php) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/ckfinder.php (.../ckfinder.php) (revision 16404) @@ -2,16 +2,13 @@ /* * CKFinder * ======== - * http://ckfinder.com - * Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. + * http://cksource.com/ckfinder + * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying or distribute this file or part of its contents. The contents of * this file is part of the Source Code of CKFinder. */ -if ( version_compare( phpversion(), '5', '<' ) ) - require_once 'core/ckfinder_php4.php' ; -else - require_once 'core/ckfinder_php5.php' ; +require_once 'core/ckfinder_php5.php' ;