芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/canaldegap.fr_old/lib/classes/module_support/modredirect.inc.php
config; $name = $modinstance->GetName(); #Suggestion by Calguy to make sure 2 actions don't get sent if (isset($params['action'])) { unset($params['action']); } if (isset($params['id'])) { unset($params['id']); } if (isset($params['module'])) { unset($params['module']); } if (!$inline && $returnid != '') $id = 'cntnt01'; $text = ''; if ($returnid != '') { $text .= 'index.php'; } else { $text .= 'moduleinterface.php'; } #$text .= '?module='.$name.'&'.$id.'action='.$action.'&id='.$id; $text .= '?mact='.$name.','.$id.','.$action.','.($inline == true?1:0); if ($returnid != '') { $text .= '&'.$id.'returnid='.$returnid; } else { $text .= '&'.CMS_SECURE_PARAM_NAME.'='.$_SESSION[CMS_USER_KEY]; } foreach ($params as $key=>$value) { $text .= '&'.$id.$key.'='.rawurlencode($value); } #var_dump($text); redirect($text); } ?>