File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/application/modules/core/controllers/Queue_email.php
Back
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Queue_email extends MY_Controller { function __construct() { parent::__construct(); if (! $this->input->is_cli_request()) show_404(); $this->load->library('email'); } function index() { // Huh? show_404(); } function send_queue() { $this->email->send_queue(); } function retry_queue() { $this->email->retry_queue(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings