1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

Moved all included files to includes

git-svn-id: file:///svn/phpbb/trunk@182 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-19 13:18:57 +00:00
parent 6c17dca246
commit 175d4a049f
7 changed files with 1493 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
***************************************************************************/
include('extension.inc');
include('common.'.$phpEx);
include('functions/bbcode.'.$phpEx);
include('includes/bbcode.'.$phpEx);
if(!isset($HTTP_GET_VARS['topic'])) // For backward compatibility
{