文件操作 - config.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/phpbb/config.php
编辑文件内容
<?php // phpBB 3.3.x auto-generated configuration file // Do not change anything in this file! $dbms = 'phpbb\\db\\driver\\mysqli'; $dbhost = '[[softdbhost]]'; $dbport = ''; $dbname = '[[softdb]]'; $dbuser = '[[softdbuser]]'; $dbpasswd = '[[softdbpass]]'; $table_prefix = '[[dbprefix]]'; $phpbb_adm_relative_path = 'adm/'; $acm_type = 'phpbb\\cache\\driver\\file'; @define('PHPBB_INSTALLED', true); @define('PHPBB_ENVIRONMENT', 'production'); // @define('DEBUG_CONTAINER', true);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件