phpDocumentor header

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@303 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-08-06 09:27:41 +00:00
parent 061e8adc6d
commit 9f230bbc74

View file

@ -1,5 +1,10 @@
<?php
// Copyright 2007 Jakub Vrana http://phpminadmin.sourceforge.net, licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License.
/** phpMinAdmin - MySQL management tool
* @link http://phpminadmin.sourceforge.net
* @author Jakub Vrana, http://php.vrana.cz
* @copyright 2007 Jakub Vrana
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
error_reporting(E_ALL & ~E_NOTICE);
session_name("PHPSESSID");