mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
do not treat repository url like a directory name
This commit is contained in:
parent
c947c990e4
commit
15c5ef1441
|
@ -182,7 +182,7 @@ if ($action == "saveSettings")
|
||||||
setDirValue("extraPath");
|
setDirValue("extraPath");
|
||||||
setDirValue("dropFolderDir");
|
setDirValue("dropFolderDir");
|
||||||
setDirValue("backupDir");
|
setDirValue("backupDir");
|
||||||
setDirValue("repositoryUrl");
|
setStrValue("repositoryUrl");
|
||||||
setDirValue("proxyUrl");
|
setDirValue("proxyUrl");
|
||||||
setDirValue("proxyUser");
|
setDirValue("proxyUser");
|
||||||
setDirValue("proxyPassword");
|
setDirValue("proxyPassword");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user