064 interface improvements

This commit is contained in:
2026-07-28 14:28:27 +03:00
parent d9de157635
commit 7ac2c85238
3 changed files with 11 additions and 12 deletions
+2 -6
View File
@@ -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>