Searched refs:DATA_DIR (Results 1 – 4 of 4) sorted by relevance
172 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');
107 public const DATA_DIR = self::ROOT_DIR . 'data/'; define in Fisharebest\\Webtrees\\Webtrees110 public const CONFIG_FILE = self::DATA_DIR . 'config.ini.php';113 public const OFFLINE_FILE = self::DATA_DIR . 'offline.txt';
86 'INDEX_DIRECTORY' => Webtrees::DATA_DIR,
40 private const FILES_DIR = Webtrees::DATA_DIR . 'cache/';