<?php
//Custom MOStlyCE code
require('../../../../../../configuration.php');
require($mosConfig_absolute_path.'/mambots/editors/mostlyce/jscripts/tiny_mce/auth_check.php');
$result = externalCallCheck($mosConfig_absolute_path, $mosConfig_secret);
if (!$result) {
die('Direct Access to this location is not allowed.');
}
require($mosConfig_absolute_path.'/mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_config.php');
//If the Image Manager is not enabled stop them here
if ($editor_plugin_img_mgr!=='true') {
die('Direct Access to this location is not allowed.');
}
//End custom MOStlyCE code
?>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: browser.html
* This page compose the File Browser dialog frameset.
*
* File Authors:
* Frederico Caldeira Knabben (hide@address.com)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FCKeditor - Resources Browser</title>
<link href="browser.css" type="text/css" rel="stylesheet">
</head>
<frameset cols="150,*" framespacing="0" bordercolor="#f1f1e3" frameborder="no" class="Frame_none">
<frameset rows="50,*" framespacing="0" class="Frame_r">
<frame src="frmresourcetype.html" scrolling="no" frameborder="no">
<frame name="frmFolders" id="frmFolders" src="frmfolders.html" scrolling="auto" frameborder="no">
</frameset>
<frameset rows="50,*,50" framespacing="0" class="Frame_none">
<frame name="frmActualFolder" src="frmactualfolder.html" scrolling="no" frameborder="no">
<frame name="frmResourcesList" id="mainWindow" src="frmresourceslist.html" scrolling="auto" frameborder="no">
<frameset cols="150,*,0" framespacing="0" frameborder="no" class="Frame_t">
<frame name="frmCreateFolder" id="frmCreateFolder" src="frmcreatefolder.html" scrolling="no" frameborder="no">
<frame name="frmUpload" id="frmUpload" src="frmupload.html" scrolling="no" frameborder="no">
<frame name="frmUploadWorker" src="" scrolling="no" frameborder="no">
</frameset>
</frameset>
</frameset>
</html>