Home
last modified time | relevance | path

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

/plugin/gdpr/action/
H A Ddelusers.php126 $changelogCacheFN = $this->getCacheFN('changelogs');
127 $lines = file($changelogCacheFN);
129 file_put_contents($changelogCacheFN, implode('', $lines));
211 $changelogCacheFN = $this->getCacheFN('changelogs');
212 if (!file_exists($changelogCacheFN)) {
223 file_put_contents($changelogCacheFN, implode("\n", $changelogs));
228 if (filesize($changelogCacheFN) > 0) {
229 $handle = fopen($changelogCacheFN, 'rb');
235 unlink($changelogCacheFN);