237 : <!--- determine the calling directory: used to provide a return path for the login screen.--->
238 : <cfoutput>
239 : <CFSET LBP="#LEN(baseprefix)#">
240 : <cfset RQD="#removeChars(basedirectory, 1,LBP)#">
241 : <CFSET thisPath="#GetCurrentTemplatePath()#">
|