nizongfeng 2 years ago
parent
commit
1dd6f79138
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/nzf/CurlInterface.php

+ 1
- 1
addons/nzf/CurlInterface.php View File

@@ -292,7 +292,7 @@ class CurlInterface
} else {
$return = '';
}
// file_put_contents(APP_PATH . '/log/curl/' . date('Y-m-d') . '.log', $this->logMessage . PHP_EOL, FILE_APPEND);
file_put_contents(APP_PATH . '/runtime/curl/' . date('Y-m-d') . '.log', $this->logMessage . PHP_EOL, FILE_APPEND);
return $return;
}



Loading…
Cancel
Save