dmCron and navajo:display are not playing well together. nj:display wants a
webskin template.
 
I added displayPageStandard.cfm in my webskin dmCron folder and it worked.
 
<cfsetting enablecfoutputonly="yes">
<cfinclude template="#stObj.template#">
<cfsetting enablecfoutputonly="no">
 
Is this by design -- IE I should implement some security here as well?
Something like this?
 
<cfset lAllowHosts = "127.0.0.1" />
<cfif NOT listFind(lAllowHosts, cgi.remote_addr)>
 <cfthrow errorcode="dmcron_invalid_host" detail="Your IP address
#cgi.remote_addr# is not permitted to access this function."
extendedinfo="">
 <cfabort>
</cfif>
 
 
Derek Westfall
 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to