From 1804fe00594e8875b12a00e406fa69d80af41c1b Mon Sep 17 00:00:00 2001 From: Gabriel Pedro Date: Mon, 2 May 2016 17:30:43 -0400 Subject: [PATCH] fix: missing var, thanks @dalvorsn for testing --- buypoints.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'; ?>