Blame view

sources/apps/media/templates/ampache/error.php 191 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>
  	<error code='<?php p($_['code']);?>'><?php p($_['msg']);?></error>
  </root>