summaryrefslogtreecommitdiff
path: root/ajax.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-02-15 19:36:12 +0000
committerLester Caine <lester@lsces.co.uk>2007-02-15 19:36:12 +0000
commit74aa6037f8a84996e8e4d909737e6f1b72b3a1b0 (patch)
treeba99f69cb55cbd623ab7c5239a9c354ca3b7b839 /ajax.php
parent183c9a535cae5876c5c2b15ff96e706f2b22c194 (diff)
downloadboards-74aa6037f8a84996e8e4d909737e6f1b72b3a1b0.tar.gz
boards-74aa6037f8a84996e8e4d909737e6f1b72b3a1b0.tar.bz2
boards-74aa6037f8a84996e8e4d909737e6f1b72b3a1b0.zip
Add phpdoc comment blocks for documentation
Diffstat (limited to 'ajax.php')
-rw-r--r--ajax.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/ajax.php b/ajax.php
index ec1562f..032534b 100644
--- a/ajax.php
+++ b/ajax.php
@@ -6,8 +6,13 @@
* 1 - list all boards
* 2 - switch lock state on a given topic
* 3 - switch sticky state on a given topic
+ * @package boards
+ * @subpackage functions
*/
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
require_once( BITBOARDS_PKG_PATH.'BitBoardTopic.php' );