mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
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:
parent
63fbbff7e7
commit
d265bbc317
1 changed files with 10 additions and 4 deletions
|
@ -18,10 +18,16 @@
|
|||
* (at your option) any later version.
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue