<?php
/***************************************************************************
 *   Copyright (C) 2005-2007 Artur Wiebe                                   *
 *   wibix@gmx.de                                                          *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 ***************************************************************************/
if(!defined("IN_FUSION")) {
	die("");
}
if(file_exists(INFUSIONS."auto_db_backup_panel/locale/".$settings['locale'].".php")) 
{
	include INFUSIONS."auto_db_backup_panel/locale/".$settings['locale'].".php";
} else {
[b]	include INFUSIONS."aw_auto_backup_panel/locale/German.php";[/b]
}
