文件操作 - config.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/simplerisk/config.php
编辑文件内容
<?php /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // MySQL Database Host Name define('DB_HOSTNAME', '[[softdbhost]]'); // MySQL Database Port Number define('DB_PORT', '3306'); // MySQL Database User Name define('DB_USERNAME', '[[softdbuser]]'); // MySQL Database Password define('DB_PASSWORD', '[[softdbpass]]'); // MySQL Database Name define('DB_DATABASE', '[[softdb]]'); // Use database for sessions define('USE_DATABASE_FOR_SESSIONS', 'true'); // Path to the certificate to be used for SSL connections to the database define('DB_SSL_CERTIFICATE_PATH', ''); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件