1 | <?php |
---|
2 | /* |
---|
3 | * CKFinder |
---|
4 | * ======== |
---|
5 | * http://ckfinder.com |
---|
6 | * Copyright (C) 2007-2010, CKSource - Frederico Knabben. All rights reserved. |
---|
7 | * |
---|
8 | * The software, this file and its contents are subject to the CKFinder |
---|
9 | * License. Please read the license.txt file before using, installing, copying, |
---|
10 | * modifying or distribute this file or part of its contents. The contents of |
---|
11 | * this file is part of the Source Code of CKFinder. |
---|
12 | */ |
---|
13 | |
---|
14 | if ( version_compare( phpversion(), '5', '<' ) ) |
---|
15 | #require_once 'core/ckfinder_php4.php' ; //not implemented |
---|
16 | else |
---|
17 | require_once 'core/ckfinder_php5.php' ; |
---|