#1891 hub localt quick test fixed

This commit is contained in:
tomash 2006-11-24 16:50:47 +00:00
parent 172f88c5f8
commit 0fcaf7a168
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ existsAudioClip() {
}
storeAudioClip() {
MEDIA=../tests/ex1.mp3
MEDIA=../../../storageServer/var/tests/ex1.mp3
MD5=`md5sum $MEDIA`; for i in $MD5; do MD5=$i; break; done
if [ $DEBUG_I ]; then echo "md5=$MD5"; fi
echo -n "# storeAudioClipOpen: "

View File

@ -1,4 +1,5 @@
<?php
require_once dirname(__FILE__).'/../conf.php';
include_once "XML/RPC.php";
$pars = $argv;