Add files via upload
This commit is contained in:
5
Last_waterfall/hook/model_thread_delete_end.php
Normal file
5
Last_waterfall/hook/model_thread_delete_end.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php exit;
|
||||
|
||||
# 删除主贴时删除缩略图像
|
||||
$ptm = $conf['upload_path'].'preview/'.$tid.'.png';
|
||||
if(file_exists($ptm)) unlink($ptm);
|
Reference in New Issue
Block a user