BasePath = '../../' ; // The path for the installation of CKFinder (default = "/ckfinder/"). $finder->SelectFunction = 'ShowFileInfo' ; // The default height is 400. $finder->Height = 600; $finder->Create() ; // It can also be done in a single line, calling the "static" // Create( basePath, width, height, selectFunction ) function: // CKFinder::CreateStatic( '../../', null, null, 'ShowFileInfo' ) ; ?>