CC-1799 Put Airtime Storage into a Human Readable File Naming Convention

experimenting with plupload.
This commit is contained in:
Naomi Aro 2011-06-13 12:41:30 +02:00
parent 8d9c0dab1a
commit 8a15144dc8
2 changed files with 10 additions and 12 deletions

View file

@ -734,7 +734,10 @@ class StoredFile {
}
}
else {
global $CC_CONFIG;
$stor = $CC_CONFIG["storageDir"];
$audio_stor = $stor . DIRECTORY_SEPARATOR . $fileName;
$r = @copy($audio_file, $audio_stor);
}
}