forked from ZwiiCMS-Team/ZwiiCMS
23a1e929a3
This reverts commit 329f252d82f1b5a37f61375e19acb8c2ffcf4287.
4 lines
138 B
PHP
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'); |