Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/index.php
Parent Directory
|
Revision Log
|
Patch
| 2507 |
$act = strtolower(mosGetParam($_REQUEST, 'act', '')); |
$act = strtolower(mosGetParam($_REQUEST, 'act', '')); |
| 2508 |
$section = mosGetParam($_REQUEST, 'section', ''); |
$section = mosGetParam($_REQUEST, 'section', ''); |
| 2509 |
$no_html = strtolower(mosGetParam($_REQUEST, 'no_html', '')); |
$no_html = strtolower(mosGetParam($_REQUEST, 'no_html', '')); |
| 2510 |
$cid = mosGetParam( $_POST, 'cid', array(0) ); |
$cid = (array) mosGetParam( $_POST, 'cid', array() ); |
|
if (!is_array( $cid )) { |
|
|
$cid = array(0); |
|
|
} |
|
| 2511 |
|
|
| 2512 |
ini_set('session.use_trans_sid', 0); |
ini_set('session.use_trans_sid', 0); |
| 2513 |
ini_set('session.use_cookies', 1); |
ini_set('session.use_cookies', 1); |
|
|
Legend:
| Removed from v.463 |
|
| changed lines |
| |
Added in v.465 |
|
|

Web Hosting provided by Network
Redux.