コード例 #1
0
ファイル: sysadmin.php プロジェクト: nubissurveying/nubis
 function showExportRes()
 {
     /* update last page */
     $_SESSION['LASTPAGE'] = substr($_SESSION['LASTPAGE'], 0, strripos($_SESSION['LASTPAGE'], "res"));
     require_once "exporter.php";
     $exporter = new Exporter(loadvar(POST_PARAM_SUID));
     $exporter->export();
     $displaySysAdmin = new DisplaySysAdmin();
     return $displaySysAdmin->showExport();
 }