summaryrefslogtreecommitdiff
path: root/src/forum_post_send.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/forum_post_send.php')
-rw-r--r--src/forum_post_send.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/forum_post_send.php b/src/forum_post_send.php
index cd103e7..e7c573b 100644
--- a/src/forum_post_send.php
+++ b/src/forum_post_send.php
@@ -1,5 +1,11 @@
<?php
+#
+# Usage: In posting.php, following submit_post():
+#
+# require_once('/home/uckelman/site-src/bridge/src/forum_post_send.php');
+#
+
try {
send_post_to_lists($config, $user, $mode, $data, $post_data);
}