mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
代码规范
This commit is contained in:
@@ -47,7 +47,6 @@ class File
|
|||||||
if ($this->config['single']) {
|
if ($this->config['single']) {
|
||||||
$destination = $this->config['path'] . 'single.log';
|
$destination = $this->config['path'] . 'single.log';
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$cli = IS_CLI ? '_cli' : '';
|
$cli = IS_CLI ? '_cli' : '';
|
||||||
$destination = $this->config['path'] . date('Ym') . DS . date('d') . $cli . '.log';
|
$destination = $this->config['path'] . date('Ym') . DS . date('d') . $cli . '.log';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user