I just wanna add some links to an internal Windows Server Share into the Wiki like this:
* [Word doc | file:////host/share/foo.doc]
Unfortunately, links to "file:" are removed and phpWiki adds a create page linke (index.php/file:////host/share/foo.doc?action=edit).
Any tips how to add file links or how to patch phpWiki appreciated.
Thanks!
self reply ;-)
Add "file" to $AllowedProtocols inside "index.php".
Log in to post a comment.
I just wanna add some links to an internal Windows Server Share into the Wiki like this:
* [Word doc | file:////host/share/foo.doc]
Unfortunately, links to "file:" are removed and phpWiki adds a create page linke (index.php/file:////host/share/foo.doc?action=edit).
Any tips how to add file links or how to patch phpWiki appreciated.
Thanks!
self reply ;-)
Add "file" to $AllowedProtocols inside "index.php".