Files
citrus-cms/resources/views/admin-ajax/excel-progress.blade.php
T
2026-04-28 21:15:09 +03:00

5 lines
130 B
PHP

<?php $prefix = get("table") . "_excel_process";
$excelLogPath = "storage/$prefix.log";
echo file_get_content($excelLogPath);
?>