5 lines
130 B
PHP
5 lines
130 B
PHP
<?php $prefix = get("table") . "_excel_process";
|
|
$excelLogPath = "storage/$prefix.log";
|
|
echo file_get_content($excelLogPath);
|
|
?>
|