Fix header upload path to use expandPath
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d4e0ae1162
commit
b2b54e123f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<cfheader name="Cache-Control" value="no-store">
|
||||
|
||||
<cftry>
|
||||
<cfset headersDir = "/var/www/biz.payfrit.com/uploads/headers">
|
||||
<cfset headersDir = expandPath("/uploads/headers")>
|
||||
<cfscript>
|
||||
function apiAbort(payload) {
|
||||
writeOutput(serializeJSON(payload));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue