mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 11:19:22 +02:00
fix: missing var, thanks @dalvorsn for testing
This commit is contained in:
parent
358b16e748
commit
1804fe0059
@ -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) {
|
||||
<?php }
|
||||
|
||||
if (!$config['paypal']['enabled'] && !$config['paygol']['enabled'] && !$config['pagseguro']['enabled']) echo '<h1>Buy Points system disabled.</h1><p>Sorry, this functionality is disabled.</p>';
|
||||
include 'layout/overall/footer.php'; ?>
|
||||
include 'layout/overall/footer.php'; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user