Relocate config.php with plaintext secrets outside the webroot; add per-IP rate limiting to the unauthenticated testimonial image upload endpoint

This commit is contained in:
2026-07-06 07:53:54 +00:00
parent 982a5dc5ff
commit 6c7344ec52
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
*/
// Load configuration and dependencies
require_once __DIR__ . '/config.php';
require_once '/home/epictravelexpeditions.com/api-secrets.php';
require_once __DIR__ . '/includes/database.php';
require_once __DIR__ . '/includes/jwt.php';
require_once __DIR__ . '/includes/functions.php';