diff options
| -rw-r--r-- | attachment_uploader.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/attachment_uploader.php b/attachment_uploader.php index 12923f8..0ef17ed 100644 --- a/attachment_uploader.php +++ b/attachment_uploader.php @@ -1,4 +1,13 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_liberty/attachment_uploader.php,v 1.12 2008/06/23 06:29:21 lsces Exp $ + * @package liberty + * @subpackage functions + */ + +/** + * required setup + */ require_once( '../bit_setup_inc.php' ); global $gBitSmarty, $gContent; |
