Skip to content

Commit 9e4793c

Browse files
authored
Merge pull request matyhtf#21 from XuHaixiao/master
目录切换client->webroot
2 parents 66a5778 + 43b1988 commit 9e4793c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function __construct($config = array())
2727
'server' : '{$config['server']['url']}'
2828
}
2929
HTML;
30-
file_put_contents(WEBPATH . '/client/config.js', $config_js);
30+
file_put_contents(WEBPATH . '/webroot/config.js', $config_js);
3131

3232
//检测日志目录是否存在
3333
$log_dir = dirname($config['webim']['log_file']);

0 commit comments

Comments
 (0)