From e306f4bfddb2dba0f96716d81b988a7146ff21be Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Thu, 2 Oct 2025 00:36:07 +0200 Subject: [PATCH] =?UTF-8?q?Dodano=20nowy=20adres=20e-mail=20do=20wysy?= =?UTF-8?q?=C5=82ania=20kopii=20wiadomo=C5=9Bci=20ze=20strony=20kontaktowe?= =?UTF-8?q?j.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/special-actions-middle.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/special-actions-middle.php b/plugins/special-actions-middle.php index 7ed4080..e235325 100644 --- a/plugins/special-actions-middle.php +++ b/plugins/special-actions-middle.php @@ -113,6 +113,7 @@ if ( \S::get( 'action' ) == 'send-contact' and \S::get( 'token' ) == \S::get_ses { // send copy to k.zarzyczny@vidok.com \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); + \S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang( 'wiadomosc-zostala-wyslana' ) ); } else @@ -209,6 +210,7 @@ if ( \S::get('action') == 'send-contact-modal' and \S::get( 'token' ) == \S::get { // send copy to k.zarzyczny@vidok.com \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); + \S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) ); header('Location: ' . $_SERVER['REQUEST_URI'] . '?modal_form_sent=1'); } @@ -350,6 +352,7 @@ if ( \S::get('action') == 'send-contact-landing' and \S::get( 'token' ) == \S::g { // send copy to k.zarzyczny@vidok.com \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); + \S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) ); } else{ @@ -444,6 +447,7 @@ if ( \S::get('action') == 'send-contact-form-new' and \S::get( 'token' ) == \S:: { // send copy to k.zarzyczny@vidok.com \S::send_email( 'k.zarzyczny@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); + \S::send_email( 'arkuszevidok@vidok.com', 'Wiadomość ze strony vidok.com', $text, \S::get('email'), $files_to_send ); \S::alert( \S::lang('wiadomosc-zostala-wyslana' ) ); header('Location: ' . $_SERVER['REQUEST_URI'] . '?form_sent=1'); exit;