文件操作 - proxy_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/bulgarian/admin/proxy_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // email_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: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } $l['cant_connect'] = 'Could not connect to Proxy. Plese check the details.'; $l['proxy_check'] = 'Enable Proxy'; $l['wrong_proxy_ip'] = 'The Proxy IP you submitted is invalid.'; $l['no_proxy_ip'] = 'Please provide Proxy IP address.'; $l['no_proxy_port'] = 'Please provide Proxy Port.'; $l['no_proxy_user'] = 'Please provide Proxy username.'; $l['no_proxy_pass'] = 'Please provide Proxy password.'; $l['saving_error'] = 'There were some errors while saving proxy settings.'; $l['wrong_ip'] = 'IP address is Invalid.'; $l['proxy_not_enabled'] = 'Proxy is not enabled'; //Theme Strings $l['<title>'] = APP.' - Settings Center'; $l['settings_saved'] = 'The Proxy settings were saved successfully'; $l['proxyhead'] = 'Proxy Settings'; $l['proxy_ip'] = 'Proxy IP address'; $l['proxy_port'] = 'Proxy Port'; $l['proxy_user'] = 'Proxy Username'; $l['proxy_pass'] = 'Proxy Password'; $l['edit_settings'] = 'Edit Settings'; $l['tcp_note'] = '<b>Note</b> : Proxy will be performed via TCP only.';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件