Файловый менеджер - Редактировать - /home/kckglobal/cloud.kckglobal.net/modules/reminder/libraries/mails/Contact_send_reminder.php
Назад
<?php defined('BASEPATH') or exit('No direct script access allowed'); class Contact_send_reminder extends Reminder_mail_template { protected $for = 'contact'; protected $reminder_id; protected $reminder_data; protected $user_email; public $slug = 'reminder-send-to-contact'; public $rel_type = 'client'; public function __construct($reminder) { parent::__construct(); $this->reminder_id = $reminder['id']; $this->user_email = $reminder['email']; $this->reminder_data = $reminder; // For SMS $this->set_reminder_merge_fields('reminder_merge_fields', $this->reminder_id, $this->reminder_data); } public function build() { $this->to($this->user_email) ->set_rel_id($this->reminder_id); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка