How can I fix the security hole that the 7.0 installation warns me about ./inc is writable and the permission setting should be reversed?
However, when I chmod ./inc to 644, an error occurred - complaining that the script failed to open or read ../inc/classes/BxDolIO.php on line 458.
Checking the permission for BxDolIO.php, it was the same as the rest of the .php files in classes folder.
Is this a real threat or nothing to be concerned with?
Your help is greatly appreciated.