From 72d7a641f063f84de92788367302b8dcc799952e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Nov 2025 10:57:55 +0000 Subject: [PATCH] Add WeBuy license validation and usage logging API endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add /api/license/webuy/ endpoint for license validation - Add /api/license/webuy/log/ endpoint for usage logging - Logs stored in /var/www/logs/webuy_usage.log 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- api/license/webuy/index.php | 13 +++++++++++++ api/license/webuy/log/index.php | 26 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 api/license/webuy/index.php create mode 100644 api/license/webuy/log/index.php diff --git a/api/license/webuy/index.php b/api/license/webuy/index.php new file mode 100644 index 0000000..ba71b20 --- /dev/null +++ b/api/license/webuy/index.php @@ -0,0 +1,13 @@ +