Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php172 if (!$this->checkFolderIsWritable(Webtrees::DATA_DIR)) {
174 '<code>' . e(realpath(Webtrees::DATA_DIR)) . '</code><br>' .
262 $text2 = file_get_contents(Webtrees::DATA_DIR . 'test.txt');
263 unlink(Webtrees::DATA_DIR . 'test.txt');
/webtrees/app/
H A DWebtrees.php107 public const DATA_DIR = self::ROOT_DIR . 'data/'; define in Fisharebest\\Webtrees\\Webtrees
110 public const CONFIG_FILE = self::DATA_DIR . 'config.ini.php';
113 public const OFFLINE_FILE = self::DATA_DIR . 'offline.txt';
H A DSite.php86 'INDEX_DIRECTORY' => Webtrees::DATA_DIR,
/webtrees/app/Factories/
H A DCacheFactory.php40 private const FILES_DIR = Webtrees::DATA_DIR . 'cache/';