php: replace domain for DocumentServer from config

This commit is contained in:
Sergey Linnik
2017-02-09 17:45:43 +03:00
parent bc5bb0d142
commit 2e6e8ccfd1
4 changed files with 17 additions and 14 deletions

View File

@ -18,6 +18,8 @@ $GLOBALS['DOC_SERV_API_URL'] = "https://doc.onlyoffice.com/web-apps/apps/api/doc
$GLOBALS['DOC_SERV_PRELOADER_URL'] = "https://doc.onlyoffice.com/web-apps/apps/api/documents/cache-scripts.html";
$GLOBALS['EXAMPLE_URL'] = "";
$GLOBALS['ExtsSpreadsheet'] = array(".xls", ".xlsx",
".ods", ".csv");