tomas 29844f9a3a added:
resetStorage XML-RPC method in xrLocStor
 and var/tests/sampleData.php file
(and minor changes)
2004-12-12 02:12:47 +00:00

8 lines
260 B
PHP

<?
$sampleData = array(
array('../tests/ex1.mp3', '../tests/mdata1.xml'),
array('../tests/ex2.ogg', '../tests/mdata2.xml'),
array('../tests/ex2.wav', '../tests/mdata3.xml'),
// array('', ''),
);
?>