WIP OAID Rimo management
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$thetime = microtime(true);
|
||||
|
||||
$additionalJS = ["plugins/chart.js/Chart.min.js"];
|
||||
|
||||
@@ -432,4 +434,8 @@ $chartColors = [
|
||||
|
||||
</script>
|
||||
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
||||
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
|
||||
<?php
|
||||
$thetime = microtime(true) - $thetime;
|
||||
$this->log->debug("Rendering Dashboard page took $thetime microseconds");
|
||||
?>
|
||||
Reference in New Issue
Block a user