diff options
Diffstat (limited to 'src/list_post_receive.php')
-rw-r--r-- | src/list_post_receive.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/list_post_receive.php b/src/list_post_receive.php index ea06184..5343ec6 100644 --- a/src/list_post_receive.php +++ b/src/list_post_receive.php @@ -1,8 +1,7 @@ <?php # TODO: logging! -# TODO: translation of quoting to bbcode? -# TODO: handle attachments +# TODO: Refactor postMessage(). try { require_once(__DIR__ . '/Bridge.php'); |