Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DAppleTouchIconPng.php26 use function file_get_contents; alias
41 $content = file_get_contents(__DIR__ . '/../../../apple-touch-icon.png');
H A DFaviconIco.php26 use function file_get_contents; alias
41 $content = file_get_contents(__DIR__ . '/../../../favicon.ico');
H A DSetupWizard.php48 use function file_get_contents; alias
262 $text2 = file_get_contents(Webtrees::DATA_DIR . 'test.txt');
/webtrees/app/Http/Middleware/
H A DPublicFiles.php31 use function file_get_contents; alias
51 $content = file_get_contents($file);
H A DCheckForMaintenanceMode.php44 'message' => file_get_contents(Webtrees::OFFLINE_FILE),
/webtrees/tests/app/
H A DTreeTest.php34 use function file_get_contents; alias
301 $original = file_get_contents(__DIR__ . '/../data/demo.ged');
/webtrees/app/Module/
H A DModuleCustomTrait.php191 $content = file_get_contents($file);