From 4aa256cb07ee2dd0a113b56b06accf1dae2c61c7 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 4 Apr 2011 17:37:10 -0400 Subject: Clean up some PHPDoc crap Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. --- templates/show_install_account.inc.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'templates/show_install_account.inc.php') diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 56806265..fb0b4f7c 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -3,7 +3,6 @@ /** * Show Install Account * - * PHP version 5 * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -21,14 +20,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category Template - * @package Template - * @author Karl Vollmer + * @package Ampache * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version PHP 5.2 * @link http://www.ampache.org/ - * @since File available since Release 1.0 */ $prefix = realpath(dirname(__FILE__). "/../"); -- cgit