🎨 Rename constant

This commit is contained in:
Pierre Goiffon
2019-11-27 10:15:24 +01:00
parent 09fb99ed58
commit 004d1a7245

View File

@@ -356,11 +356,11 @@ class ExecutionKPI
}
}
const HtmlReportFile = 'log/kpi.html';
const HTML_REPORT_FILE = 'log/kpi.html';
static protected function Report($sText)
{
file_put_contents(APPROOT.self::HtmlReportFile, "$sText\n", FILE_APPEND | LOCK_EX);
file_put_contents(APPROOT.self::HTML_REPORT_FILE, "$sText\n", FILE_APPEND | LOCK_EX);
}
static protected function MemStr($iMemory)