Añadiendo los plugins base payments y cms_api

This commit is contained in:
Jordan
2026-03-05 18:31:21 +00:00
parent 83006dad83
commit 48fab839d0
1531 changed files with 163437 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
require_once __DIR__."/../../../../sesion.php";
require_once __DIR__."/../../../../funciones.php";
require_once __DIR__."/autoload.php";
if (@$_REQUEST['url']) {
header('Location: '.base64_decode($_REQUEST['url']), true, 301);
die();
}
// include __DIR__.'/../../../../header.php';
// echo tpl('apartados', [
// 'apartado' => [
// 'name' => t_var('Pago realizado')
// ]
// ]);
// include __DIR__.'/../../../../footer.php';