5.0-Nano: Security features: Difference between revisions
mNo edit summary |
→PHP Safe Mode: Deprecation explanation |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 80: | Line 80: | ||
This checks to see if PHP is running in SAFE MODE. Now, PHP does not have to run in SAFE MODE, but if you want the extra security, you can set it by clicking on the UNSECURE link. | This checks to see if PHP is running in SAFE MODE. Now, PHP does not have to run in SAFE MODE, but if you want the extra security, you can set it by clicking on the UNSECURE link. | ||
|} | |} | ||
The explanation is clear | The explanation is clear. Some third party scripts will not run if safe mode is enabled. However, what's more important is that Safe Mode is deprecated. The PHP developers will be eliminating it in PHP version 6. The reason is that there are other methods that work better, and many users have falsely believed that safe mode was a sufficient security measure, which it is not. | ||
==== Admin Panel Access ==== | ==== Admin Panel Access ==== |