Files

9 lines
351 B
PHP
Raw Permalink Normal View History

2026-02-17 14:56:23 +01:00
<?php
require_once '../../plugins/ckfinder/ckfinder.php';
// You can use the "CKFinder" class to render CKFinder in a page:
$finder = new CKFinder();
$finder->BasePath = '/plugins/ckfinder/'; // The path for the installation of CKFinder (default = "/ckfinder/").
//$finder->SelectFunction = 'ShowFileInfo' ;
$finder->Create();
?>