mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
5 lines
No EOL
107 B
PHP
Executable file
5 lines
No EOL
107 B
PHP
Executable file
<?php
|
|
|
|
$tpl->assign('executionTime',number_format(microtime(true)-$start,3));
|
|
$html = $tpl->draw($view);
|
|
?>
|