Opened 17 years ago

Closed 17 years ago

#943 closed Bug (fixed)

use relative paths in PHP upload and browser connectors

Reported by: Tomas Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: File Browser Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

In FCKeditor 2.4.3 and today's (2007-07-06) snapshot editor/filemanager/upload/php/upload.php and editor/filemanager/browser/default/connectors/php/connector.php include files without path. You don't know what you are loading. If include_path does not include current directory (.) and has other directories with config.php, util.php, basexml.php, commands.php or io.php scripts, they will be loaded instead of FCKeditor files.

Use relative paths. "include('./config.php');" instead of "include('config.php');"

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Milestone: FCKeditor 2.5
Resolution: fixed
Status: newclosed

Fixed in [413]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy