文件操作 - ssl_cert_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/portuguese-br/admin/ssl_cert_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // update_ssl_cert_lang.php //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: https://www.softaculous.com/ (SOFTACULOUS) // Translated by: https://www.linkoficial.com.br/ // ---------------------------------------------------------- // Please Read the Terms of use at https://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } //Error Strings $l['no_key'] = 'Chave Privada é necessária'; $l['no_crt'] = 'Certificado é necessário'; $l['key_save_failed'] = 'Não foi possível gravar a Chave Privada'; $l['cert_save_failed'] = 'Não foi possível gravar o Certificado'; $l['save_key'] = 'Certificado instalado com sucesso!'; $l['invalid_ssl_key'] = 'O Certificado SSL é inválido'; $l['no_ssl_support'] = 'O recurso de Certificado SSL não é suportado neste painel'; //Theme Strings $l['<title>'] = APP.' - Certificado SSL'; $l['update_ssl_cert'] = 'Certificado SSL'; $l['paste_key'] = 'Cole sua chave aqui'; $l['paste_crt'] = 'Cole seu Certificado aqui'; $l['update_button'] = 'Salvar';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件