1 2 3 4 5 6 7 8 9 10
<?php require '../../db.php'; require '../config.php'; header('Content-type: text/plain; encoding=utf-8'); echo '1.0' . "\n"; ?>