Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/administrator/components/com_menus/admin.menus.php
Parent Directory
|
Revision Log
|
Patch
| 21 |
|
|
| 22 |
$id = intval( mosGetParam( $_GET, 'id', 0 ) ); |
$id = intval( mosGetParam( $_GET, 'id', 0 ) ); |
| 23 |
$type = mosGetParam( $_REQUEST, 'type', false ); |
$type = mosGetParam( $_REQUEST, 'type', false ); |
| 24 |
$menutype = mosGetParam( $_REQUEST, 'menutype', 'mainmenu' ); |
$menutype = preg_replace('/\W/','',mosGetParam( $_REQUEST, 'menutype', 'mainmenu' )); |
| 25 |
$task = mosGetParam( $_REQUEST, 'task', '' ); |
$task = mosGetParam( $_REQUEST, 'task', '' ); |
| 26 |
$access = mosGetParam( $_POST, 'access', '' ); |
$access = mosGetParam( $_POST, 'access', '' ); |
| 27 |
$utaccess = mosGetParam( $_POST, 'utaccess', '' ); |
$utaccess = mosGetParam( $_POST, 'utaccess', '' ); |
|
|
Legend:
| Removed from v.1756 |
|
| changed lines |
| |
Added in v.1769 |
|
|

Web Hosting provided by Network
Redux.