users can delete there files in one click

add "delete all my files" button to file user so users can delete there files in one click
and add log to cache
This commit is contained in:
munjoob
2018-12-14 02:10:04 +02:00
parent c61140d555
commit 65015e9231
5 changed files with 88 additions and 2 deletions

View File

@@ -50,6 +50,9 @@ return array(
'LOGOUT_SUCCESFUL' => 'Logged out successfully.',
'LOGOUT_ERROR' => 'Logout Error!',
'DEL_SELECTED' => 'Delete selected',
'DEL_ALL' => 'Delete all my files',
'ALL_DELETED' => 'All files has been deleted',
'NO_FILES_DELETE' => 'There is no files to delete them',
'FILES_UPDATED' => 'File updated successfully.',
'PUBLIC_USER_FILES' => 'User files' folder',
'FILEUSER' => 'files' folder',