7 lines
300 B
PHP
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.
|
|
?>
|