Bei mir steht nur das hier bei meiner install/install.php
<?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email :
support@phpbb.com
*
* $Id: install.php,v 1.6.2.12 2003/05/17 17:32:25 acydburn Exp $
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
/***************************************************************************
*
* Deutsche Version (c) 2004 phpBB.de
*
* Aenderungen an guess_lang()
*
* guess_lang: Im Zweifel Deutsch als Standardsprache (German as default)
*
***************************************************************************/
// ---------
// FUNCTIONS
//
function page_header($text, $form_action = false)
{
global $phpEx, $lang;
usw., usw.