diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 09:43:46 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 09:43:46 +0900 |
commit | f99643663c531a854aa0565ac46dcedcb06d8f62 (patch) | |
tree | 4a3650cf4cb89f6d14d2076442ca2f38356ecaa6 /lib/init.php | |
parent | 629502b1472db60433af1f1b0780b886c3e5bdd4 (diff) | |
download | ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.tar.gz ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.tar.bz2 ampache-f99643663c531a854aa0565ac46dcedcb06d8f62.zip |
header comment modified for phpdoc
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 8da4b3f9..d492dc8b 100644 --- a/lib/init.php +++ b/lib/init.php @@ -1,6 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ -/* +/** * Init Library * * PHP version 5 @@ -21,6 +21,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * @category Init + * @package Library + * @author Karl Vollmer <vollmer@ampache.org> + * @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 */ // Use output buffering, this gains us a few things and |