文件操作 - security_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/russian/security_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // userindex_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>'] = 'Security Center - Powered by Softaculous'; $l['security_center'] = 'Security Center'; $l['subject_name'] = 'Subject'; $l['subject_status'] = 'Status'; $l['ampps_subject'] = 'AMPPS login'; $l['mysql_subject'] = 'MySQL server login'; $l['phpmyadmin_subject'] = 'phpMyAdmin password login'; //Unsecure Messege $l['ampps_unsecure'] = 'To secure AMPPS, set a password.'; $l['phpmyadmin_unsecure'] = 'phpMyAdmin is accessible by network without password. Set the configuration <b>auth_type</b> to "http" or "cookie" in the <b>config.inc.php</b>'; $l['mysql_unsecure'] = 'To secure MySQL, change your password to anything other than Empty Password or "mysql"(Default)';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件