📄 config.php
字号:
<?php
require_once ('include/common.class.php');
Common::read_ini_file("astercrm.conf.php",$config);
define(LOG_ENABLED, $config['system']['log_enabled']); // Enable debug
define(FILE_LOG, $config['system']['log_file_path']); // File to output debug message.
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -