summaryrefslogtreecommitdiff
path: root/module.php
blob: 859315a704c2bddd331606ed77257ab9f9fca353 (plain)
1
2
3
4
5
6
7
8
<?php

include_once "includes/common.inc";
if (variable_get(dev_timing, 0)) timer_start();
module_execute($mod, "page");
if (variable_get(dev_timing, 0)) timer_print();

?>