Ajaxplorer - Open files in editor
I have a simple problem in using the editor. I need to be able to open any file type with ajaxplorer text editor (ex: .ini files,).
When I click on a file with extension .php an icon appears in the bar that says (open with) and I'm able to edit the file or view it online. However, when I click a开发者_如何学Go file with a extension (.ini) the icon disappears and I can't view or edit it online.
Is there a way to make all files that aren't recognized open by default in the text editor ? Thanks in advance.
I found the solution:
in the editor.text
replace
mimes="none"
to
mimes="*"
The latest version of Ajaxplorer solves this problem.
精彩评论