resetStorage XML-RPC method in xrLocStor and var/tests/sampleData.php file (and minor changes)
8 lines
260 B
PHP
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('', ''),
|
|
);
|
|
?>
|