| 1 |
Paranoia module is for all the good sysadmins out there who think
|
| 2 |
that allowing random CMS admins to execute PHP of their choice is not
|
| 3 |
a safe idea.
|
| 4 |
|
| 5 |
What it will do is the following:
|
| 6 |
|
| 7 |
- Disable granting of the "use PHP for block visibility" permission.
|
| 8 |
Save the permissions form once to remove all previous grants.
|
| 9 |
(An error appears in the site status report if a role still has this permission.)
|
| 10 |
- Disable the PHP module.
|
| 11 |
- Remove the PHP and paranoia modules from the module admin page.
|
| 12 |
Provide a hook to let you remove other modules from the module admin page.
|
| 13 |
|
| 14 |
NOTE:
|
| 15 |
The only way to disable paranoia module is by changing its status in the database system table. By design it does not show up in the module administration page after it is enabled.
|
| 16 |
|
| 17 |
|
| 18 |
Author
|
| 19 |
|
| 20 |
Gerhard Killesreiter
|
| 21 |
|
| 22 |
$Id: README,v 1.3 2007/03/26 07:58:45 killes Exp $
|