Skip to content

Commit

Permalink
Updated code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Dec 1, 2017
1 parent 15bf8c1 commit cde5e9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public_html/admin/clearctl.php
Expand Up @@ -82,8 +82,7 @@ function delete_files($dir) {
$leave_files = array('cacert.pem', 'README');
clean_directory($_CONF['path_data'], $leave_dirs, $leave_files);

// File Manager Thumbnail Files

// Clean out File Manager Thumbnail Files
$leave_dirs = array();
$leave_files = array('index.html');
clean_directory($_CONF['path_images'] . '_thumbs/articles/', $leave_dirs, $leave_files);
Expand Down

0 comments on commit cde5e9f

Please sign in to comment.