diff options
Diffstat (limited to '')
-rw-r--r-- | admin/search.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/search.php b/admin/search.php index 9a5b27ef4..18129020a 100644 --- a/admin/search.php +++ b/admin/search.php @@ -1,10 +1,10 @@ -<? +<?php // +-----------------------------------------------------------------------+ -// | search.php | -// +-----------------------------------------------------------------------+ -// | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : BSF (Best So Far) | +// | PhpWebGallery - a PHP based picture gallery | +// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | +// | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ +// | branch : BSF (Best So Far) // | file : $RCSfile$ // | last update : $Date$ // | last modifier : $Author$ |