-4

I read that open_basedir should be 'On' for better security. Is that true? Should I enable it?

Jordy
  • 4,719
  • 11
  • 47
  • 81
  • 1
    http://stackoverflow.com/questions/3211612/what-is-the-use-of-open-basedir-in-php-and-how-does-it-work – mario Oct 19 '11 at 12:21

1 Answers1

1

Why not to read this directive's explanation and decide for yourself?
It can add some security, as well as inconvenience. The choice is yours. If your site is already insecure, it won't help it much.

Your Common Sense
  • 156,878
  • 40
  • 214
  • 345