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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coolsms.php

Lines changed: 1 addition & 1 deletion
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)