mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#238 썸네일 경로 변경.
This commit is contained in:
parent
194ce8614a
commit
e42cb2f26e
5 changed files with 8 additions and 8 deletions
|
|
@ -506,8 +506,8 @@ class documentAdminController extends document
|
|||
{
|
||||
// delete all of thumbnail_ *. jpg files from files/attaches/images/ directory (prior versions to 1.0.4)
|
||||
$this->deleteThumbnailFile('./files/attach/images');
|
||||
// delete a directory itself, files/cache/thumbnails (thumbnail policies have changed since version 1.0.5)
|
||||
FileHandler::removeFilesInDir('./files/cache/thumbnails');
|
||||
// delete a directory itself, files/thumbnails (thumbnail policies have changed since version 1.0.5)
|
||||
FileHandler::removeFilesInDir('./files/thumbnails');
|
||||
|
||||
$this->setMessage('success_deleted');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue