string gateway(string args){
  seteuid(getuid());
  return "<pre>"+find_object_or_load("/wherever/you/placed/your/imc2.c")->html(args)+"</pre>";
}


