294 : <cfparam name="Server.LOCALHOST" default="UNKNOWN">
295 : <cfmail from="#Application.stConf.strAdminMail#" to="#Application.stConf.strMaintenanceMail#" subject="[Eurobase / #Server.LOCALHOST#] Erreur Applicative" type="html"><html><body>#msgError#</body></html></cfmail>
296 : <cfif isDefined("Application.domainConf") and isXML(Application.domainConf)>
297 : <cfscript>
298 : xmlPack = XmlSearch(Application.domainConf,"/domains/domain[@id='#listLast(Application.stConf.defaultUserDomain,'@')#']/templates/template[@id='500']");
|