Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e5a2ea7

Browse files
committed
image 처리 부분 수정
1 parent 0e31e41 commit e5a2ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coolsms.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private function setContent($options)
9595
if($key != "image")
9696
$this->content[$key] = sprintf("\0%s", $val);
9797
else
98-
$this->content[$key] = "@".realpath("./$val");
98+
$this->content[$key] = '@'.realpath("$val");
9999
}
100100
}
101101
else

0 commit comments

Comments
 (0)