diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 17:24:05 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 17:24:05 +0000 |
| commit | f6fe5cc088cf37b3a716e28d88add0b706379707 (patch) | |
| tree | 46e9ad671e140f6002011f208d986520754b71e3 /index.php | |
| parent | 440dd66a18d5f3f58c20f297e5c7d7be1741c77b (diff) | |
| download | search-f6fe5cc088cf37b3a716e28d88add0b706379707.tar.gz search-f6fe5cc088cf37b3a716e28d88add0b706379707.tar.bz2 search-f6fe5cc088cf37b3a716e28d88add0b706379707.zip | |
Tidy Docblock text
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -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'); |
