* @author Slawkens * @copyright 2019 MyAAC * @link https://my-aac.org */ defined('MYAAC') or die('Direct access not allowed!'); $redirect = urldecode($_REQUEST['redirect']); $twig->display('account.redirect.html.twig', array( 'redirect' => $redirect ));