芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/modules/FormBuilder/action.admin_store_form.php
More info at http://dev.cmsmadesimple.org/projects/formbuilder A Module for CMS Made Simple, Copyright (c) 2006 by Ted Kulp (wishy@cmsmadesimple.org) This project's homepage is: http://www.cmsmadesimple.org */ if (!isset($gCms)) exit; if (! $this->CheckAccess()) exit; $aeform = new fbForm($this, $params, true); $aeform->Store(); if ($params['fbrp_submit'] == $this->Lang('save')) { $params['fbrp_message'] = $this->Lang('form',$params['fbrp_form_op']); $this->DoAction('defaultadmin', $id, $params); } else { echo $aeform->AddEditForm($id, $returnid,$this->Lang('form',$params['fbrp_form_op'])); } ?>