diff options
Diffstat (limited to 'includes/OutputHandler.php')
-rw-r--r-- | includes/OutputHandler.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/OutputHandler.php b/includes/OutputHandler.php index 91819cc7..8f310da2 100644 --- a/includes/OutputHandler.php +++ b/includes/OutputHandler.php @@ -1,4 +1,9 @@ <?php +/** + * Functions to be used with PHP's output buffer + * + * @file + */ /** * Standard output handler for use with ob_start |