=== Server Info === PHP Version: 8.2.33 Current Dir: /home/rocketmo/ruman.rocketmodsofc.xyz/Reseller === Files in this folder === - config.php - error_log - key_devices.php - reseller_api.php - reseller_info.php - reseller_key.php - reseller_keys.php - reset.php - test.php === config.php exists? === YES ✅ === config.php content === connect_error) { die("Database connection failed: " . $conn->connect_error); } // Set charset $conn->set_charset("utf8mb4"); // Set timezone date_default_timezone_set('Asia/Dhaka'); // Enable error reporting (for development) error_reporting(E_ALL); ini_set('display_errors', 1); ?> === DB Connection Test === getDBConnection() function not found in config.php