forked from leftypol/leftypol
Remade config[redraw_image]
This commit is contained in:
parent
306a7f0e36
commit
de17bdb317
2 changed files with 12 additions and 3 deletions
|
@ -69,6 +69,10 @@
|
|||
return $thumb;
|
||||
}
|
||||
|
||||
public function to($dst) {
|
||||
$this->image->to($dst);
|
||||
}
|
||||
|
||||
public function delete() {
|
||||
file_unlink($this->src);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue