summaryrefslogtreecommitdiff
path: root/view_cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'view_cache.php')
-rw-r--r--view_cache.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/view_cache.php b/view_cache.php
index a72555a..c0a84f4 100644
--- a/view_cache.php
+++ b/view_cache.php
@@ -1,12 +1,17 @@
<?php
-
-// $Header: /cvsroot/bitweaver/_bit_kernel/view_cache.php,v 1.1 2005/06/19 04:52:53 bitweaver Exp $
+/**
+ * @version $Header: /cvsroot/bitweaver/_bit_kernel/view_cache.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $
+ * @package kernel
+ * @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.
-// Initialization
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
require_once( WIKI_PKG_PATH.'BitPage.php' );