Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php252 * @param string $data_dir
256 private function checkFolderIsWritable(string $data_dir): bool argument
261 file_put_contents($data_dir . 'test.txt', $text1);