//--------------//
local_domain_add_config.cstemplate
[ADD_VARIABLES]
proprieta=64
repwd=
perc_user_aggre=0.0
drop_exe_file=1
//--------------//
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{
this->DeleteVarFromDomainTemplate("ADD_VARIABLES","drop_exe_file");
return 0;
}
|