summaryrefslogtreecommitdiff
path: root/directory_search.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:57 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:57 +0000
commit2a22cfaa6531eef218290af4bc1feb6d18e5e6c7 (patch)
treee6ac91b28f5ebfd9b9d2fddf9e1afcbbdc59a21f /directory_search.php
parentdc3b78642ff1dce1c3e5e765d54aa059a6b5259f (diff)
downloadsearch-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.tar.gz
search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.tar.bz2
search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'directory_search.php')
-rw-r--r--directory_search.php26
1 files changed, 18 insertions, 8 deletions
diff --git a/directory_search.php b/directory_search.php
index 4f51cea..5ff6e29 100644
--- a/directory_search.php
+++ b/directory_search.php
@@ -1,12 +1,22 @@
<?php
-
-// $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.1 2005/06/19 05:04:25 bitweaver Exp $
-
-// 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
+/**
+ * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.2 2005/06/28 07:45:57 spiderr Exp $
+ *
+ * Copyright (c) 2004 bitweaver.org
+ * Copyright (c) 2003 tikwiki.org
+ * 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
+ *
+ * $Id: directory_search.php,v 1.2 2005/06/28 07:45:57 spiderr Exp $
+ * @author Luis Argerich (lrargerich@yahoo.com)
+ * @package search
+ * @subpackage functions
+ */
+
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( DIRECTORY_PKG_PATH.'dir_lib.php' );