19 lines
827 B
PHP
19 lines
827 B
PHP
|
<?php
|
||
|
if( !defined( '_JEXEC' ) && !defined( '_VALID_MOS' ) ) die( 'Restricted access' );
|
||
|
/**
|
||
|
*
|
||
|
* @version $Id:german_mimes.php 13 2007-05-13 07:10:43Z soeren $
|
||
|
* @package VirtueMart
|
||
|
* @subpackage languages
|
||
|
* @copyright Copyright (C) 2004-2005 Soeren Eberhardt. All rights reserved.
|
||
|
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
|
||
|
* VirtueMart is free software. This version may have been modified pursuant
|
||
|
* to the GNU General Public License, and as distributed it includes or
|
||
|
* is derivative of works licensed under the GNU General Public License or
|
||
|
* other free or open source software licenses.
|
||
|
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
|
||
|
*
|
||
|
* http://virtuemart.net
|
||
|
*/
|
||
|
require_once( dirname( __FILE__ ).'/germanf_mimes.php' );
|
||
|
?>
|