You are here

constant FILLPDF_DEFAULT_SERVLET_URL in FillPDF 7

2 uses of FILLPDF_DEFAULT_SERVLET_URL
fillpdf_execute_merge in ./fillpdf.module
Utility to allow other functions to merge PDFs.
fillpdf_execute_parse in ./fillpdf.module
Utility to allow other functions to parse PDFs.

File

./fillpdf.module, line 10

Code

define("FILLPDF_DEFAULT_SERVLET_URL", variable_get('fillpdf_remote_protocol', 'https') . "://" . variable_get('fillpdf_remote_endpoint', "fillpdf.io/xmlrpc.php"));