文件操作 - addremote_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/turkish/addremote_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // addremote_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['no_panel'] = 'The type of account was not selected.'; $l['no_domain_name'] = 'The domain name was not specified'; $l['no_username'] = 'The account username was not specified'; $l['no_password'] = 'The account password was not specified'; $l['invalid_panel'] = 'An invalid account type was submitted'; $l['invalid_domain'] = 'An invalid domain name was submitted'; $l['domain_exists'] = 'The domain already exists'; $l['no_paths'] = 'Could not determine the paths. This can be because of incorrect information given here.'; $l['<title>'] = 'Add a Remote Site'; $l['header'] = 'Add a Remote Site'; $l['done'] = 'The Remote website has been added successfully'; $l['choose_type'] = 'Type of account'; $l['choose_type_exp'] = 'Please choose the type of account you have'; $l['submit'] = 'Add Remote Site'; $l['domain_name'] = 'Domain Name'; $l['domain_name_exp'] = 'The domain under this account where the sites will be published'; $l['username'] = 'Account Username'; $l['username_exp'] = 'The username of the account'; $l['password'] = 'Account Password'; $l['password_exp'] = 'The password of the account. This will <b>NOT</b> be stored any where.'; $l['return_overview'] = 'Return to Overview';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件