Blame view

sources/apps/media/templates/ampache/ping.php 150 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php
  header('Content-Type: text/xml');
  print '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';
  ?>
  <root>
  	<version>350001</version>
  </root>