Fix Description: Fixed cross-site scripting (XSS) vulnerabilities reported in multiple files #33. File Modifications: - .gitignore: Added , , , . - copy_move.php: - Fix Points: In the and functions, the output values of and were escaped using the function to prevent XSS attacks. - delete.php: - Fix Points: In the function, was escaped using . - edit.php: - Fix Points: - In the function, and were escaped using . - and were escaped using . - was escaped using . - was escaped using . - was escaped using . - rename.php: - Fix Points: In the function, and were escaped using . - view.php: - Fix Points: - In the function, and were escaped using .