summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 17:24:05 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 17:24:05 +0000
commitf6fe5cc088cf37b3a716e28d88add0b706379707 (patch)
tree46e9ad671e140f6002011f208d986520754b71e3 /index.php
parent440dd66a18d5f3f58c20f297e5c7d7be1741c77b (diff)
downloadsearch-f6fe5cc088cf37b3a716e28d88add0b706379707.tar.gz
search-f6fe5cc088cf37b3a716e28d88add0b706379707.tar.bz2
search-f6fe5cc088cf37b3a716e28d88add0b706379707.zip
Tidy Docblock text
Diffstat (limited to 'index.php')
-rw-r--r--index.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/index.php b/index.php
index c486b38..1208904 100644
--- a/index.php
+++ b/index.php
@@ -1,12 +1,18 @@
<?php
-// $Header$
+/**
+ * $Header$
-// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
-// All Rights Reserved. See below for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
+ * @copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
+ * All Rights Reserved. See below for details and a complete list of authors.
+ * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
+ *
+ * @package search
+ */
-// Initialization
+/**
+ * Initialization
+ */
require_once( '../kernel/setup_inc.php' );
require_once( SEARCH_PKG_PATH.'/search_lib.php');