In some situations, you will not be able to delete SSR files from your web
server. This usually happens if your provider uses PHP safe mode and 'apache'
user under which all client web sessions are initiated. In other words, when
you create a file with SSR, it belongs to 'apache' and not you. Therefore,
there's no way to delete it using an FTP client.
This is a problem of your web service provider and not us. There's
just no way to make PHP write files to the server under your username
if the web server is started under another, more powerful user. If you
have this problem, please use our forum and we will send you suggestions.
Meanwhile, we made a script that will allow you to delete all files
created by SSR during the installation process, and which you are
unable to delete. The script deletes all files in the current directory and
all subdirectories, including these directories. It does not go up to the
parent directory.
PLEASE USE WITH CAUTION!