Revision 19
Added by stefan about 20 years ago
| get_permissions.php | ||
|---|---|---|
| 22 | 22 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 23 | 23 |
|
| 24 | 24 |
*/ |
| 25 |
if(!defined('WB_PATH')) { exit('Direct access to this file is not allowed'); }
|
|
| 25 | 26 |
|
| 26 | 27 |
// Get system permissions |
| 27 | 28 |
if($admin->get_post('advanced') != 'yes') {
|
Also available in: Unified diff
Removed direct access path disclosure occurrences.