Exemple #1
0
 public static function export_page()
 {
     if (self::maybe_display_installation_wizard()) {
         return;
     }
     require_once GFCommon::get_base_path() . '/export.php';
     GFExport::export_page();
 }
 public static function export_page()
 {
     require_once GFCommon::get_base_path() . '/export.php';
     GFExport::export_page();
 }