paypal ipn cacert update

This commit is contained in:
Znote
2021-09-22 10:40:48 +02:00
parent d914c93085
commit a7fed3bfe3
3 changed files with 507 additions and 731 deletions

View File

@@ -7,6 +7,8 @@ $version = '2.0_DEV';
session_start();
ob_start();
require_once $filepath.'config.php';
$sessionPrefix = $config['session_prefix'];
require_once $filepath.'engine/database/connect.php';
require_once $filepath.'engine/function/general.php';
require_once $filepath.'engine/function/cache.php';