This website works better with JavaScript.
홈
도움말
로그인
Teknikode
/
TeknikOld
보기
3
좋아요
4
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
3
위키
Activity
소스 검색
Added quotes
tags/v1.3
Teknikode
6 년 전
부모
a3816e555d
커밋
0ba5193878
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
podcast/publish_podcast.php
+ 1
- 1
podcast/publish_podcast.php
파일 보기
@@ -55,7 +55,7 @@ if(isset($_POST))
if($success)
{
mkdir($_CONF['podcast_dir'].$title, 0777, true);
mkdir(
'"'.
$_CONF['podcast_dir'].$title
.'"'
, 0777, true);
$files = explode(',', $file);
foreach ($files as $single)
{
Write
Preview
Loading…
취소
저장