7 lines
206 B
PHP
7 lines
206 B
PHP
<?php
|
|
include_once('../../core/main.php');
|
|
include_once('../../ExportToExcel.class.php');
|
|
$exp=new ExportToExcel();
|
|
$exp->exportWithPage("pendapatan_pertindakan_xls2.php","pendapatan_pertindakan.xls");
|
|
?>
|