support 447 Posted June 29, 2021 Report Share Posted June 29, 2021 В /admin/includes/functions/general.php в функции vam_redirect удалите строку с: exit; В /inc/vam_redirect.inc.php удалите строку с: vam_exit(); Link to post Share on other sites
support 447 Posted October 8, 2021 Author Report Share Posted October 8, 2021 Либо можно код функции поменять попробовать на что-то вроде: //// // Redirect to another page or site function vam_redirect($url) { global $logger; echo ' <script> window.location.href = "'.$url.'"; </script> '; exit; } Link to post Share on other sites
Recommended Posts