064 interface improvements
This commit is contained in:
+2
-6
@@ -77,9 +77,7 @@
|
||||
|
||||
<!--- https://www.jenkins.io/doc/book/system-administration/authenticating-scripted-clients/
|
||||
The API token is available in your personal configuration page. Click your name on the top right corner on every page, then click "Configure" to see your API token. (The URL $root/me/configure is a good shortcut.) You can also change your API token from here.
|
||||
--->
|
||||
|
||||
|
||||
--->
|
||||
|
||||
<cfset request.UNDEFINED_USR_ID=-1/>
|
||||
<!--- request.ROOT_USR_ID=1 not used --->
|
||||
@@ -89,7 +87,7 @@
|
||||
<!--- global settings --->
|
||||
|
||||
<cfset request.RECORDS_PER_PAGE=500/>
|
||||
<cfset request.APP_VERSION="0.00.064"/>
|
||||
<cfset request.APP_VERSION="0.00.065"/>
|
||||
<cfset request.STAND=getStand()/>
|
||||
|
||||
<cflock scope="application" type="readonly" timeout=3>
|
||||
@@ -272,8 +270,6 @@
|
||||
<cfinclude template="login.cfm" />
|
||||
</cfif>
|
||||
</cfif>
|
||||
|
||||
|
||||
|
||||
<cfreturn />
|
||||
</cffunction>
|
||||
|
||||
Reference in New Issue
Block a user