Rename project to UploadShield: update runtime, configs, docs, and provisioning; run lint/tests

This commit is contained in:
2026-02-12 14:48:07 +01:00
parent d1310e0844
commit 7c8bccc911
20 changed files with 95 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
<?php
// Simple endpoint that accepts file uploads; auto_prepend_file will run upload-logger.php
// Simple endpoint that accepts file uploads; auto_prepend_file will run uploadshield.php
header('Content-Type: text/plain');
if (empty($_FILES)) {
echo "no files\n";