diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-06-25 19:03:02 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-06-25 19:03:02 +0200 |
commit | 3272d797334d9d13a4e4ca43351b1607bb520445 (patch) | |
tree | 702f353ebc6ec14b43e74d7d8f476e6e6161e2d3 /inc/init.php | |
parent | fbb9105e038726f81bd25f31893ef38fe7f06530 (diff) | |
download | rpg-3272d797334d9d13a4e4ca43351b1607bb520445.tar.gz rpg-3272d797334d9d13a4e4ca43351b1607bb520445.tar.bz2 |
some code cleanup and php docs
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php index 1907aea09..a28050736 100644 --- a/inc/init.php +++ b/inc/init.php @@ -3,7 +3,9 @@ * Initialize some defaults needed for DokuWiki */ -// start timing Dokuwiki execution +/** + * timing Dokuwiki execution + */ function delta_time($start=0) { return microtime(true)-((float)$start); } |