turnermm / ckgedit

CKEditor integrated into Dokuwiki
https://www.dokuwiki.org/plugin:ckgedit
GNU General Public License v2.0
60 stars 49 forks source link

Fix bad image URL in server browsing dialog box #690

Open intersel opened 2 years ago

intersel commented 2 years ago

As path directory may be a symbolic link in $_SERVER['DOCUMENT_ROOT'], the URL of pictures in the dialog box browsing images on the server may be wrongly solved....

To get the correct relative path from $document_root, we need to use php realpath function to remove it and solve correctly the relative path