Прохождение автризации
This commit is contained in:
parent
aaa9c2e1bf
commit
c2b9254fd0
9 changed files with 16 additions and 14 deletions
|
|
@ -15,6 +15,7 @@ class ActionLogger
|
|||
function __construct(/*.Filter.*/$processor, $logPath, $user) {
|
||||
$this->processor = $processor;
|
||||
$this->user = $user;
|
||||
|
||||
$file = fopen($logPath, "a");
|
||||
if (is_resource($file)) {
|
||||
$this->file = $file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue