mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-08 06:19:05 +00:00
7 lines
151 B
PHP
7 lines
151 B
PHP
![]() |
<?
|
||
|
define('PAYPAL_ADDRESS','whatcdbill@gmail.com');
|
||
|
define('PAYPAL_CURRENCY','EUR');
|
||
|
define('PAYPAL_SYMBOL','€');
|
||
|
define('PAYPAL_MINIMUM',5);
|
||
|
?>
|