CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
experimenting with plupload.
This commit is contained in:
parent
8d9c0dab1a
commit
8a15144dc8
2 changed files with 10 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue