Файл: fckeditor/ckfinder/ckfinder.php
Строк: 27
<?php
/*
* CKFinder
* ========
* http://www.ckfinder.com
* Copyright (C) 2007-2008 Frederico Caldeira Knabben (FredCK.com)
*
* 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' ;
?>