Panel/_website/paypal/config.php
2025-10-22 10:03:37 -04:00

7 lines
300 B
PHP

<?php
// Local _website copy of paypal/config.php - configuration is centralized in includes/config.inc.php
// This file is intentionally lightweight and will include the site config.
require_once(__DIR__ . '/../includes/config.inc.php');
// If you need PayPal-specific overrides, add them here.
?>