website_jukni/pastebin/themes/cleanwhite/views/view/api.php
2017-12-29 15:51:59 +01:00

3 lines
81 B
PHP

<?php
header('Content-Type: application/json; charset=utf-8');
echo $msg . "\n";