ZwiiCMS/core/vendor/tinymce/links.php
Fred 23a1e929a3 Revert "init"
This reverts commit 329f252d82.
2020-07-02 19:38:52 +02:00

4 lines
138 B
PHP

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