mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
- Added new config entry DOCSBOX_ENABLED to config/global.config-default.inc.php
- Added new library application/libraries/DocsboxLib.php to manage document conversion using docsbox - Added new config file application/config/docsbox.php - Integrated DocsboxLib into include/dokument_export.class.php
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
define('DOCSBOX_SERVER', 'http://docconverter.technikum-wien.at/');
|
||||
define('DOCSBOX_PATH_API', 'api/v1/');
|
||||
define('DOCSBOX_CONVERSION_TIMEOUT', 30);
|
||||
define('DOCSBOX_WAITING_SLEEP_TIME', 1);
|
||||
|
||||
Reference in New Issue
Block a user