Copyright 2021

This commit is contained in:
Sergey Linnik
2021-03-15 11:54:47 +03:00
parent 89e6ac8571
commit 714b514f66
116 changed files with 118 additions and 118 deletions

View File

@ -11,7 +11,7 @@ $GLOBALS['DOC_SERV_CONVERT'] = array(".docm", ".doc", ".dotx", ".dotm", ".dot",
$GLOBALS['DOC_SERV_TIMEOUT'] = "120000";
$GLOBALS['DOC_SERV_SITE_URL'] = "https://documentserver/";
$GLOBALS['DOC_SERV_SITE_URL'] = "http://192.168.0.142/";
$GLOBALS['DOC_SERV_CONVERTER_URL'] = "ConvertService.ashx";
$GLOBALS['DOC_SERV_API_URL'] = "web-apps/apps/api/documents/api.js";