文件操作 - env.config.inc.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/cszcms/env.config.inc.php
编辑文件内容
<?php defined('FCPATH') || exit('No direct script access allowed'); /*--------------------------------------------------------------- * APPLICATION ENVIRONMENT *--------------------------------------------------------------- * * You can load different configurations depending on your * current environment. Setting the environment also influences * things like logging and error reporting. * * This can be set to anything, but default usage is: * * 'development' on localhost * 'testing' on local server * 'production' on hosting or remote server * NOTE: If you change these, also change the error_reporting() code below */ define('ENVIRONMENT', 'production');
修改文件时间
将文件时间修改为当前时间的前一年
删除文件