1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/plugin/YPTWallet/plugins/YPTWalletRazorPay/cancel_url.php
2020-01-29 18:42:54 -03:00

7 lines
No EOL
260 B
PHP

<?php
if (empty($global['systemRootPath'])) {
$global['systemRootPath'] = '../../../../';
}
require_once $global['systemRootPath'] . 'videos/configuration.php';
header("Location: {$global['webSiteRootURL']}plugin/YPTWallet/view/addFunds.php?status=fail");