Файловый менеджер - Редактировать - /home/kckglobal/cloud.kckglobal.net/modules/saas/controllers/Saas_tenants.php
Назад
<?php defined('BASEPATH') || exit('No direct script access allowed'); class Saas_tenants extends ClientsController { public function __construct() { parent::__construct(); $this->app_modules->is_inactive('saas') ? access_denied() : ''; if (!is_client_logged_in()) { redirect(site_url('authentication')); } } public function index() { $this->view('saas_tenants'); $this->layout(); } public function changeSaasPlan() { if (!$this->input->is_ajax_request()) { return; } $postData = $this->input->post(); $response = $this->superadmin_lib->updatePlan($postData['clientid'], $postData['saas_plan']); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка