mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
7 lines
No EOL
260 B
PHP
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"); |