do not treat repository url like a directory name

This commit is contained in:
Uwe Steinmann 2024-09-02 15:33:19 +02:00
parent c947c990e4
commit 15c5ef1441

View File

@ -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");