mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Refinements to ticketting system, Added force recurring option created company_id chile directories for clients, settings, expenses, added dir checks to add client and add contact and much more.
This commit is contained in:
11
footer.php
11
footer.php
@@ -47,3 +47,14 @@
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<?php
|
||||
//Debug - Page Load time
|
||||
|
||||
$time = microtime();
|
||||
$time = explode(' ', $time);
|
||||
$time = $time[1] + $time[0];
|
||||
$finish = $time;
|
||||
$total_time = round(($finish - $start), 4);
|
||||
echo 'Page generated in '.$total_time.' seconds.';
|
||||
?>
|
||||
Reference in New Issue
Block a user