文件操作 - transfer_domain_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/dutch/admin/transfer_domain_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // categories_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'); } //Theme Strings $l['<title>'] = APP.' - Transfer Domain'; $l['title'] = 'Transfer Domain'; $l['username'] = 'Username'; $l['domain'] = 'Domain'; $l['exp_username_from'] = 'Select the current owner of the domain'; $l['exp_username_to'] = 'Select the new owner of the domain'; $l['exp_domain_from'] = 'Select the domain to transfer'; $l['from'] = 'Transfer From'; $l['to'] = 'Transfer To'; $l['err_domain'] = 'Domain not posted'; $l['err_from_user'] = 'From User not posted'; $l['err_to_user'] = 'To User not posted'; $l['no_domain'] = 'Domain does not exist'; $l['invalid_from_user'] = 'From User does not exist'; $l['invalid_to_user'] = 'To User does not exist'; $l['dom_exists'] = 'Domain already exists in the account you wish to transfer'; $l['start_transfer'] = 'Start Transfer'; $l['transfer_done'] = 'Domain was transfered successfully'; $l['select_domain'] = 'Select Domain'; $l['select_username'] = 'Select Username';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件