turnermm / ckgedit

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

Fix bad image URL in server browsing dialog box #690

Open intersel opened 1 year ago

intersel commented 1 year 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