Some additional modifications for merging install with upgrade...

git-svn-id: file:///svn/phpbb/trunk@1299 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-11-09 15:02:46 +00:00
parent 63fbbff7e7
commit d265bbc317

View file

@ -18,10 +18,16 @@
* (at your option) any later version.
*
***************************************************************************/
include('extension.inc');
include('config.'.$phpEx);
include('includes/constants.'.$phpEx);
if ( !defined('INSTALLING') )
{
//
// If we are being called from the install script then we don't need these
// as they are already included.
//
include('extension.inc');
include('config.'.$phpEx);
include('includes/constants.'.$phpEx);
}
include('includes/db.'.$phpEx);
include('includes/bbcode.'.$phpEx);