Home
last modified time | relevance | path

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

/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php70 $lines = @file_get_contents($this->provFN($providerId));
206 io_saveFile($this->provFN($providerId), $provline, true); //global provider identities
227 io_deleteFromFile($this->provFN($entry['id']), $provline);
303 io_saveFile($this->provFN($providerId, 'changes'), $logline, true);
315 function provFN($provid, $ext='conf') { function in fa_filestore