Ticket #6019: ckfinder.php

File ckfinder.php, 598 bytes (added by prdatur, 14 years ago)

ckfinder which commented out the php4 connector

Line 
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
14if ( version_compare( phpversion(), '5', '<' ) )
15        #require_once 'core/ckfinder_php4.php' ; //not implemented
16else
17        require_once 'core/ckfinder_php5.php' ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy