View file ajax/languages.json.php

File size: 123B
<?php
include '../sys/inc/start.php';
header('Content-type: application/json');

echo json_encode(languages::getList());
?>