mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix relative path
This commit is contained in:
parent
7956a878d5
commit
dce0b2f2b3
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ class fileController extends file
|
|||
$args->module_srl = $module_srl;
|
||||
$args->direct_download = $direct_download;
|
||||
$args->source_filename = $file_info['name'];
|
||||
$args->uploaded_filename = $filename;
|
||||
$args->uploaded_filename = './' . substr($filename, strlen(RX_BASEDIR));
|
||||
$args->download_count = $download_count;
|
||||
$args->file_size = @filesize($filename);
|
||||
$args->comment = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue