Are there no security risks while using the script. I now have /admin/ password protected, but how about other directories or files.
For instance, can I delete setup.php after installing? Although it is limited, it shows info I want to hide.
Can other files do me harm?
Can there be access to passwords?
It is sometimes not a nice world out there.
Hello John,
Even setup.php can have no effect on your site once installation is complete. Every other file; being .php will always be processed by your PHP interpreter, so there should be no problems there.
Cheers,
David.