075 responsibles
This commit is contained in:
+5
-24
@@ -85,36 +85,17 @@
|
||||
<cfset request.GUEST_USR_ID=3/>
|
||||
|
||||
<!--- global settings --->
|
||||
|
||||
<cfset request.RECORDS_PER_PAGE=500/>
|
||||
<cfset request.APP_VERSION="0.00.074"/>
|
||||
<cfset request.STAND=getStand()/>
|
||||
<!--- *************************************************************************************************** --->
|
||||
<cfset request.APP_VERSION="0.00.075"/> <!--- *********************************************************** --->
|
||||
<!--- *************************************************************************************************** --->
|
||||
<cfset request.STAND=getStand()/>
|
||||
<cfset request.RECORDS_PER_PAGE=500/>
|
||||
|
||||
<cflock scope="application" type="readonly" timeout=3>
|
||||
<cfset request.APP_NAME=this.Name/>
|
||||
</cflock>
|
||||
|
||||
<!--- <cfdump var=#GetApplicationSettings()#/> --->
|
||||
|
||||
<!--- неуклюжий выверт для локальной отладки --->
|
||||
<!--- <cfif !structKeyExists(GetApplicationSettings().datasources,"#this.datasource#")>
|
||||
<cfset this.datasources["#this.datasource#"]=getDS("#this.datasource#","ds_#this.datasource#")/>
|
||||
</cfif>
|
||||
<cfif !structKeyExists(this.datasources,"billing-vc")>
|
||||
<cfset this.datasources["billing-vc"]=getDS("billing-vc","ds_billing_vc")/>
|
||||
</cfif>
|
||||
<cfif !structKeyExists(this.datasources,"billing-s3")>
|
||||
<cfset this.datasources["billing-s3"]=getDS("billing-s3","ds_billing_s3")/>
|
||||
</cfif> --->
|
||||
|
||||
<!--- <cfset this.datasources["#this.datasource#"]=getDS("#this.datasource#","ds_#this.datasource#")/>
|
||||
<cfset this.datasources["billing-vc"]=getDS("billing-vc","ds_billing_vc")/>
|
||||
<cfset this.datasources["billing-s3"]=getDS("billing-s3","ds_billing_s3")/> --->
|
||||
|
||||
<!--- <cfdump var=#this.datasources#/> --->
|
||||
|
||||
|
||||
|
||||
<!--- application constants --->
|
||||
|
||||
<!---<cfset request.SMTP_SERVER="172.16.16.16"/>
|
||||
|
||||
Reference in New Issue
Block a user