diff --git a/buypoints.php b/buypoints.php index ba428ed..6b4b275 100644 --- a/buypoints.php +++ b/buypoints.php @@ -3,6 +3,7 @@ protect_page(); include 'layout/overall/header.php'; // Import from config: +$pagseguro = $config['pagseguro']; $paypal = $config['paypal']; $prices = $config['paypal_prices']; @@ -93,4 +94,4 @@ if ($config['paygol']['enabled'] == true) { Buy Points system disabled.
Sorry, this functionality is disabled.
'; -include 'layout/overall/footer.php'; ?> \ No newline at end of file +include 'layout/overall/footer.php'; ?>