update:
- bin.php frontal command
This commit is contained in:
parent
fe77b35dcc
commit
ae43c2e6bb
2 changed files with 17 additions and 17 deletions
|
|
@ -49,8 +49,9 @@ class Error
|
|||
}
|
||||
}
|
||||
$write_string = ob_get_clean();
|
||||
file_put_contents(dirname(__DIR__) . DIRECTORY_SEPARATOR . "output" . DIRECTORY_SEPARATOR . ENV . DIRECTORY_SEPARATOR . "errors".$date->format("Y-m-d").".log", $write_string);
|
||||
file_put_contents(OUTPUT_PATH . DIRECTORY_SEPARATOR . "output" . DIRECTORY_SEPARATOR . ENV . DIRECTORY_SEPARATOR . "errors".$date->format("Y-m-d").".log", $write_string);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue