Exemplo n.º 1
0
 /**
  * Copy a few .example files
  */
 public static function wizard_7()
 {
     if (false !== ($error = self::wizard_check_cfg_quick())) {
         return $error;
     }
     $back = self::wizard_h2('7');
     if (false === GWF_InstallFunctions::copyExampleFiles($back)) {
         echo GWF_HTML::err('ERR_GENERAL', array('Please copy index.example.php => index.php', __FILE__, __LINE__), true, true);
         return $back;
     }
     return $back . self::wizard_btn('8');
 }