--- /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/github_browser.php +++ /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/client_browser.php @@ -3,7 +3,7 @@ * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) - * retrieved as GPL v2 or later + * retreived as GPL v2 or later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -94,10 +94,6 @@ var sServerPath = GetUrlParam( 'ServerPath' ); if ( sServerPath.length > 0 ) oConnector.ConnectorUrl += 'ServerPath=' + encodeURIComponent( sServerPath ) + '&' ; - -/* @CHANGE LDR Overwrite value coming from parameters for security purpose */ -oConnector.ConnectorUrl = ''; -console.log('ConnectorUrl='+oConnector.ConnectorUrl); oConnector.ResourceType = GetUrlParam( 'Type' ); oConnector.ShowAllTypes = ( oConnector.ResourceType.length == 0 ); --- /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/github_frmactualfolder.php +++ /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/client_frmactualfolder.php @@ -3,7 +3,7 @@ * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) - * retrieved as GPL v2 or later + * retreived as GPL v2 or later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by --- /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/github_frmcreatefolder.php +++ /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/client_frmcreatefolder.php @@ -3,7 +3,7 @@ * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) - * retrieved as GPL v2 or later + * retreived as GPL v2 or later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by --- /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/github_frmfolders.php +++ /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/client_frmfolders.php @@ -3,7 +3,7 @@ * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) - * retrieved as GPL v2 or later + * retreived as GPL v2 or later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by --- /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/github_frmresourceslist.php +++ /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/client_frmresourceslist.php @@ -3,7 +3,7 @@ * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) - * retrieved as GPL v2 or later + * retreived as GPL v2 or later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -130,7 +130,7 @@ funcNum = GetUrlParam('CKEditorFuncNum'); //window.top.opener.CKEDITOR.tools.callFunction(funcNum, encodeURI( fileUrl ).replace( '#', '%23' )); window.top.opener.CKEDITOR.tools.callFunction(funcNum, fileUrl.replace( '#', '%23' )); - + /////////////////////////////////// window.top.close(); window.top.opener.focus(); --- /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/github_frmupload.php +++ /tmp/dsg/dolibarr/htdocs/core/filemanagerdol/browser/default/client_frmupload.php @@ -3,7 +3,7 @@ * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * Source modified from part of fckeditor (http://www.fckeditor.net) - * retrieved as GPL v2 or later + * retreived as GPL v2 or later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -122,7 +122,6 @@