mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-26 00:35:48 +03:00
[GH-ISSUE #33] ckeditor's POST url is hard wired #29
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abalage on GitHub (Feb 18, 2014).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/33
In ckeditor's configuration the current URL uses a hard wired path.
config.filebrowserUploadUrl = "/onote/controller/upload.php";
config.filebrowserImageUploadUrl = "/onote/controller/upload.php";
This can be anything the user uses. Ie. on my system it is 'onote'.
On the short term it may be get from Config.php.
By the way the software is very usable in its current form. :)
@JLiscom commented on GitHub (Feb 23, 2014):
Thank you for you feedback. It is now controlled in Config.php per your recommendation.