diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:31:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:34:19 +0900 |
commit | df44148aa6fd965bbf615582ff9b593a6652d80b (patch) | |
tree | faba2db82b2955c484269272bb4a259ce3dfefc7 /tdeio_ftps | |
parent | dde2553f90e26dc3264190713ee2007ef5bd24fc (diff) | |
download | tdeio-ftps-df44148aa6fd965bbf615582ff9b593a6652d80b.tar.gz tdeio-ftps-df44148aa6fd965bbf615582ff9b593a6652d80b.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
(cherry picked from commit a37338fc69f31732f753817ac6fadb0ca316dd05)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio_ftps')
-rw-r--r-- | tdeio_ftps/ftps.protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio_ftps/ftps.protocol b/tdeio_ftps/ftps.protocol index e07734f..7d526d8 100644 --- a/tdeio_ftps/ftps.protocol +++ b/tdeio_ftps/ftps.protocol @@ -14,5 +14,5 @@ moving=true ProxiedBy=http Icon=ftps maxInstances=2 -DocPath=tdeioslave/ftp/index.html +X-DocPath=tdeioslave/ftp/index.html Class=:internet |