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
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [413]