mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
This is what I get when I delete a file that I've already updated ... because I think it's too 'new' ... :)
git-svn-id: file:///svn/phpbb/trunk@2333 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c3801d4d3a
commit
71239837f7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $phpbb_root_dir = "./../";
|
||||||
|
|
||||||
require('pagestart.inc');
|
require('pagestart.inc');
|
||||||
include($phpbb_root_dir . 'includes/bbcode.'.$phpEx);
|
include($phpbb_root_dir . 'includes/bbcode.'.$phpEx);
|
||||||
include($phpbb_root_dir . 'includes/post.'.$phpEx);
|
include($phpbb_root_dir . 'includes/functions_post.'.$phpEx);
|
||||||
include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx);
|
include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx);
|
||||||
include($phpbb_root_dir . 'includes/functions_validate.'.$phpEx);
|
include($phpbb_root_dir . 'includes/functions_validate.'.$phpEx);
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue