ZwiiCMS/core/vendor/tinymce/links.php
Fred eca6b4fb87 Revert "Permissions"
This reverts commit a9be62287a.
2020-07-02 19:43:31 +02: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');