mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Merge pull request #152 from kijin/fuxml/dont-post-with-xml
XML 제거: 폼 제출시 불필요하게 XML을 사용하지 않도록 변경
This commit is contained in:
commit
9ee739aea7
6 changed files with 369 additions and 374 deletions
|
|
@ -35,6 +35,7 @@ class fileModel extends file
|
|||
{
|
||||
$tmp_files = $this->getFiles($upload_target_srl);
|
||||
$file_count = count($tmp_files);
|
||||
$files = array();
|
||||
|
||||
for($i=0;$i<$file_count;$i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue