nieuwe klantservers dus nieuwe instellingen voor webdav

svn path=/Website/branches/v2016.3/; revision=34025
This commit is contained in:
Suzan Wiegerinck
2017-05-29 09:48:51 +00:00
parent 046f6200f1
commit 87713227b4

View File

@@ -8,7 +8,7 @@ WebdavURL = "https://webdav.quawonen.com/Facilitor/";
//====================== WebDAV upload single file
// Let op: usernaam/wachtwoord wordt verderop as Basic echt gezet
WebDownloadFile("OU_Normale_gebruikers.csv", WebdavURL + "ADExport/OU_Normale_gebruikers.csv", "quawonen\sa_facilitor_webdav", "2uva8efregeTr&s");
WebDownloadFile("OU_Normale_gebruikers.csv", WebdavURL + "ADExport/OU_Normale_gebruikers.csv", "qua\sa_facilitor_webdav", "2uva8efregeTr&s");
//====================== WebDAV upload single file
function WebDownloadFile (file, url, user, pass)