ZwiiCMS/core/vendor/tinymce/links.php
Fred Tempez 2ef87c0c1a init
2020-11-18 22:16:52 +01:00

4 lines
138 B
PHP
Executable File

<?php header("Content-type: text/javascript");
header("pragma: no-cache");
header("expires: 0");
echo file_get_contents('link_list.json');