Warning: set_time_limit() has been disabled for security reasons in /home/rusticpl/public_html/wp-content/plugins/simple-forum/editors/tinymce/plugins/filemanager/fm-config.php on line 49
function sf_filemanager(field_name, url, type, win)
{
var fmURL = "http://www.rusticplanter.com/index.php?sf_ahah=filemanagerbrowse" + "&type=" + type;
tinyMCE.activeEditor.windowManager.open({
file : fmURL,
title : 'Simple:Press File Manager',
width : 790,
height : 550,
resizable : "yes",
scrollbars : "yes",
inline : "yes",
close_previous : "no"
}, {
window : win,
input : field_name
});
return false;
}