<%@ codepage="65001" language="VBScript" %> <% Option Explicit %> <% ' CKFinder ' ======== ' http://ckfinder.com ' Copyright (C) 2007-2010, CKSource - Frederico Knabben. All rights reserved. ' ' 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. %> <% ' Create a single instance of the factory that will take care of the rest of the objects Set oCKFinder_Factory = new CKFinder_Factory Dim sCommand sCommand = request.queryString("command") oCKFinder_Factory.Connector.executeCommand(sCommand) %>