✏️ 正在编辑: 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');
💾 保存文件
← 返回文件管理器