1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
leed_ynh/sources/footer.php
2014-06-17 17:41:03 -04:00

5 lines
No EOL
107 B
PHP
Executable file

<?php
$tpl->assign('executionTime',number_format(microtime(true)-$start,3));
$html = $tpl->draw($view);
?>