mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Core Cleanup.
This commit is contained in:
@@ -122,6 +122,11 @@
|
||||
}
|
||||
|
||||
function Mark_Time($sMarker)
|
||||
{
|
||||
$this->logTime($sMarker);
|
||||
}
|
||||
|
||||
public function logTime($sMarker)
|
||||
{ // Should move to traffic_class?
|
||||
$timeNow = microtime();
|
||||
$nMarks = ++$this->nTimeMarks;
|
||||
|
Reference in New Issue
Block a user