mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-06-15 01:04:30 +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';
|
include 'layout/overall/header.php';
|
||||||
|
|
||||||
// Import from config:
|
// Import from config:
|
||||||
|
$pagseguro = $config['pagseguro'];
|
||||||
$paypal = $config['paypal'];
|
$paypal = $config['paypal'];
|
||||||
$prices = $config['paypal_prices'];
|
$prices = $config['paypal_prices'];
|
||||||
|
|
||||||
@ -93,4 +94,4 @@ if ($config['paygol']['enabled'] == true) {
|
|||||||
<?php }
|
<?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>';
|
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