diff options
Diffstat (limited to 'includes/pages/admin_log.php')
-rw-r--r-- | includes/pages/admin_log.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/pages/admin_log.php b/includes/pages/admin_log.php index fc07cc87..8a0b91ec 100644 --- a/includes/pages/admin_log.php +++ b/includes/pages/admin_log.php @@ -1,10 +1,16 @@ <?php +/** + * @return string + */ function admin_log_title() { return _("Log"); } +/** + * @return string + */ function admin_log() { $filter = ""; |