website_jukni/pastebin/themes/cleanwhite/views/view/api.php

4 lines
81 B
PHP
Raw Normal View History

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