Home
last modified time | relevance | path

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

/webtrees/app/Factories/
H A DFilesystemFactory.php29 use function realpath; alias
65 return realpath(Site::getPreference('INDEX_DIRECTORY')) . DIRECTORY_SEPARATOR;
93 return realpath(self::ROOT_DIR) . '/';
/webtrees/app/Cli/Commands/
H A DCompilePoFiles.php34 use function realpath; alias
63 $po_file = realpath($po_file);
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php52 use function realpath; alias
174 '<code>' . e(realpath(Webtrees::DATA_DIR)) . '</code><br>' .
/webtrees/resources/views/setup/
H A Dstep-4-database-sqlite.phtml59 … <span class="input-group-text"><?=e((string) realpath(Webtrees::ROOT_DIR)) ?>/data/</span>