ZwiiCMS/core/vendor/tinymce/links.php

4 lines
138 B
PHP
Raw Normal View History

2019-03-13 17:11:04 +01:00
<?php header("Content-type: text/javascript");
header("pragma: no-cache");
header("expires: 0");
echo file_get_contents('link_list.json');