文件操作 - config.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/nextcloud/config.php
编辑文件内容
<?php /* * WARNING * * This file gets modified by automatic processes and all lines that are not * active code (ie. comments) are lost during that process. * * If you want to document things with comments or use constants add your settings * in a '<NAME>.config.php' file which will be included and rendered into this file. * * Example: * <?php * $CONFIG = []; * * See also: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#multiple-merged-configuration-files */ $CONFIG = array ( 'instanceid' => '[[instanceid]]', 'passwordsalt' => '[[passwordsalt]]', 'secret' => '[[secret]]', 'trusted_domains' => array ( 0 => '[[domhost]]', ), 'datadirectory' => '[[softdatadir]]', 'dbtype' => 'mysql', 'version' => '34.0.3.2', 'overwrite.cli.url' => '[[softurl]]', 'dbname' => '[[softdb]]', 'dbhost' => '[[softdbhost]]', 'dbtableprefix' => 'oc_', 'dbuser' => '[[softdbuser]]', 'dbpassword' => '[[softdbpass]]', 'installed' => true, [[mysql_utf8mb4]] );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件