v1.0.19: Nubes UI + CORS + favicon/logo + таблица как на ВМ

This commit is contained in:
2026-06-18 19:00:35 +04:00
parent 27068d92b8
commit e3b3f55f10
4 changed files with 307 additions and 174 deletions
+9
View File
@@ -1,5 +1,14 @@
<cfsetting showdebugoutput="no" enablecfoutputonly="true">
<cfheader name="Content-Type" value="application/json; charset=utf-8">
<cfheader name="Access-Control-Allow-Origin" value="*">
<cfheader name="Access-Control-Allow-Methods" value="GET, POST, OPTIONS">
<cfheader name="Access-Control-Allow-Headers" value="Content-Type">
<cfif cgi.request_method EQ "OPTIONS">
<cfheader name="Content-Type" value="text/plain">
<cfoutput>OK</cfoutput>
<cfabort>
</cfif>
<cfset result = {ok: false, error: "no file"}>