We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66a5778 + 43b1988 commit 9e4793cCopy full SHA for 9e4793c
src/Server.php
@@ -27,7 +27,7 @@ function __construct($config = array())
27
'server' : '{$config['server']['url']}'
28
}
29
HTML;
30
- file_put_contents(WEBPATH . '/client/config.js', $config_js);
+ file_put_contents(WEBPATH . '/webroot/config.js', $config_js);
31
32
//检测日志目录是否存在
33
$log_dir = dirname($config['webim']['log_file']);
0 commit comments