Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php172 if (!$this->checkFolderIsWritable(Webtrees::DATA_DIR)) {
256 private function checkFolderIsWritable(string $data_dir): bool function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\SetupWizard