You are here

constant DEFAULT_SERVLET_URL in FillPDF 7.2

Same name and namespace in other branches
  1. 6 fillpdf.module \DEFAULT_SERVLET_URL

@file Allows mappings of PDFs to site content

File

./fillpdf.module, line 8
Allows mappings of PDFs to site content

Code

define("DEFAULT_SERVLET_URL", variable_get('fillpdf_remote_protocol', 'http') . "://" . variable_get('fillpdf_remote_endpoint', "fillpdf-service.com/xmlrpc.php"));