Revert "Merge pull request #176 from clndwhr/feature/quecmanager-2.2.4-beta"

This reverts commit 2662079349, reversing
changes made to a8730bf9e9.
This commit is contained in:
Cameron Thompson
2025-07-26 19:31:33 -04:00
parent 8f97a577d2
commit 73bb838b38
362 changed files with 688 additions and 659 deletions

View File

@@ -1,15 +0,0 @@
#!/bin/sh
# Get token from Request Header Authorization
USER_TOKEN="${HTTP_AUTHORIZATION}"
# Remove token from file
sed -i -e "s/.*${USER_TOKEN}.*//g" /tmp/auth_success 2>/dev/null
echo "Content-Type: application/json"
echo "Cache-Control: no-cache, no-store, must-revalidate"
echo "Pragma: no-cache"
echo "Expires: 0"
echo ""
echo '{"state":"success", "message":"Logged out successfully"}'