Beispiel #1
0
 /**
  * Install useragent.
  */
 public static function wizard_5_1()
 {
     $back = self::wizard_h2('5');
     $back .= sprintf('<p>%s</p>', self::$gwfil->lang('step_5_1'));
     $back .= '<pre>';
     $back .= GWF_InstallFunctions::createUserAgents();
     $back .= '</pre>';
     $back .= self::wizard_btn('6');
     return $back;
 }