Home
last modified time | relevance | path

Searched refs:runDataFile (Results 1 – 1 of 1) sorted by relevance

/plugin/aichat/
Dhelper.php33 protected $runDataFile; variable in helper_plugin_aichat
43 $this->runDataFile = $conf['metadir'] . '/aichat__run.json';
415 file_put_contents($this->runDataFile, json_encode($data, JSON_PRETTY_PRINT));
425 if (!file_exists($this->runDataFile)) {
428 return json_decode(file_get_contents($this->runDataFile), true);