Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/administrator/components/com_menumanager/admin.menumanager.php
Parent Directory
|
Revision Log
|
Patch
| 24 |
|
|
| 25 |
require_once( $mainframe->getPath( 'admin_html' ) ); |
require_once( $mainframe->getPath( 'admin_html' ) ); |
| 26 |
|
|
| 27 |
$menu = mosGetParam( $_GET, 'menu', '' ); |
$menu = preg_replace('/\W/','',mosGetParam( $_GET, 'menu', '' )); |
| 28 |
$task = mosGetParam( $_REQUEST, 'task', array(0) ); |
$task = mosGetParam( $_REQUEST, 'task', array(0) ); |
| 29 |
$type = mosGetParam( $_POST, 'type', '' ); |
$type = mosGetParam( $_POST, 'type', '' ); |
| 30 |
$cid = mosGetParam( $_POST, 'cid', '' ); |
$cid = mosGetParam( $_POST, 'cid', '' ); |
|
|
Legend:
| Removed from v.1768 |
|
| changed lines |
| |
Added in v.1769 |
|
|

Web Hosting provided by Network
Redux.