summaryrefslogtreecommitdiff
path: root/broadcast.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:53 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:53 +0000
commita5665a33ebab60df9cb84664730f1d572a568f7c (patch)
treecae5b0009ce571a0efc4f8797844fd92a5bdc6c4 /broadcast.php
parentdb60c85506a212d5eae4ffc6eecf43ece2a9b7f9 (diff)
downloadmessages-a5665a33ebab60df9cb84664730f1d572a568f7c.tar.gz
messages-a5665a33ebab60df9cb84664730f1d572a568f7c.tar.bz2
messages-a5665a33ebab60df9cb84664730f1d572a568f7c.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'broadcast.php')
-rw-r--r--broadcast.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/broadcast.php b/broadcast.php
index 27d711d..c18657f 100644
--- a/broadcast.php
+++ b/broadcast.php
@@ -1,10 +1,20 @@
<?php
-
-// $Header: /cvsroot/bitweaver/_bit_messages/broadcast.php,v 1.1 2005/06/19 04:56:31 bitweaver Exp $
+/**
+* message package modules
+*
+* @author
+* @version $Header: /cvsroot/bitweaver/_bit_messages/broadcast.php,v 1.2 2005/06/28 07:45:52 spiderr Exp $
+* @package messages
+* @subpackage functions
+*/
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( MESSU_PKG_PATH.'messu_lib.php' );