Concatenating hardcoded directory and user-created text file adds root-level paths when it shouldn't – Apache
I have written a script to allow a restricted user access to deleting files on a production webserver. However, to prevent fat-fingering issues leading to accidental filesystem deletion/problems, I have hard coded the base directory in a variable... But the…